From 9034123d8f82e83bc80178b516d225895edc5e44 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 24 Jul 2024 23:41:51 -0400 Subject: split long line --- qolab/hardware/scope/_basic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): -- cgit v1.2.3