We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b305040 commit 3fbe3beCopy full SHA for 3fbe3be
1 file changed
recorder/config.py
@@ -56,7 +56,7 @@ def devices(
56
)
57
except Exception as e:
58
raise RuntimeError(
59
- f"Could not initialize {str(device_class)}{index} with "
60
- f"config:\n {yaml_dump(device_config)}\n {str(e)}"
+ f"Could not initialize {str(device_class)}{index} "
+ f"with config:\n {yaml_dump(device_config)}\n {str(e)}"
61
) from e
62
return devices
0 commit comments