aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope/_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/hardware/scope/_basic.py')
-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):