aboutsummaryrefslogtreecommitdiff
path: root/qolab
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-24 23:41:51 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-24 23:41:51 -0400
commit9034123d8f82e83bc80178b516d225895edc5e44 (patch)
tree6d395d440f2e47cd7e8bf08429267aae1cb4de8f /qolab
parent8acff9674f5e6e75aa5a47bd6b63b10fe9bf6080 (diff)
downloadqolab-9034123d8f82e83bc80178b516d225895edc5e44.tar.gz
qolab-9034123d8f82e83bc80178b516d225895edc5e44.zip
split long line
Diffstat (limited to 'qolab')
-rw-r--r--qolab/hardware/scope/_basic.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qolab/hardware/scope/_basic.py b/qolab/hardware/scope/_basic.py
index 261e947..d9905ce 100644
--- a/qolab/hardware/scope/_basic.py
+++ b/qolab/hardware/scope/_basic.py
@@ -254,7 +254,8 @@ class Scope(BasicInstrument):
self.restorePriorToFastGrab(chNum, old_config)
if time.time() > deadline:
logger.warning(
- f"Scope did not make proper channel {chNum} scaling within {timeout=} sec."
+ f"Scope did not make proper channel {chNum}"
+ + f"scaling within {timeout=} sec."
)
def plot(self, **kwargs):