diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-24 23:41:51 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-24 23:41:51 -0400 |
commit | 9034123d8f82e83bc80178b516d225895edc5e44 (patch) | |
tree | 6d395d440f2e47cd7e8bf08429267aae1cb4de8f /qolab/hardware/scope | |
parent | 8acff9674f5e6e75aa5a47bd6b63b10fe9bf6080 (diff) | |
download | qolab-9034123d8f82e83bc80178b516d225895edc5e44.tar.gz qolab-9034123d8f82e83bc80178b516d225895edc5e44.zip |
split long line
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r-- | qolab/hardware/scope/_basic.py | 3 |
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): |