Skip to content

Commit ffc6723

Browse files
committed
The 'from_file' in 'murfey.cli.inject_spa_processing' is not the same as the 'from_file' formerly in 'murfey.util.config'; revert the change
1 parent 4464f75 commit ffc6723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/cli/inject_spa_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run():
8787
help="Path to EER fractionation file if relevant",
8888
)
8989

90-
zc = zocalo.configuration.machine_config_from_file()
90+
zc = zocalo.configuration.from_file()
9191
zc.activate()
9292
zc.add_command_line_options(parser)
9393
workflows.transport.add_command_line_options(parser, transport_argument=True)

0 commit comments

Comments
 (0)