We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4464f75 commit ffc6723Copy full SHA for ffc6723
src/murfey/cli/inject_spa_processing.py
@@ -87,7 +87,7 @@ def run():
87
help="Path to EER fractionation file if relevant",
88
)
89
90
- zc = zocalo.configuration.machine_config_from_file()
+ zc = zocalo.configuration.from_file()
91
zc.activate()
92
zc.add_command_line_options(parser)
93
workflows.transport.add_command_line_options(parser, transport_argument=True)
0 commit comments