Skip to content

Commit 3fbe3be

Browse files
committed
formatting
1 parent b305040 commit 3fbe3be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recorder/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def devices(
5656
)
5757
except Exception as e:
5858
raise RuntimeError(
59-
f"Could not initialize {str(device_class)}{index} with "
60-
f"config:\n {yaml_dump(device_config)}\n {str(e)}"
59+
f"Could not initialize {str(device_class)}{index} "
60+
f"with config:\n {yaml_dump(device_config)}\n {str(e)}"
6161
) from e
6262
return devices

0 commit comments

Comments
 (0)