Skip to content
Snippets Groups Projects
Commit 7f398713 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

script fix

parent 4d786346
No related branches found
No related tags found
1 merge request!219script fix
Pipeline #1515 waiting for manual action
......@@ -129,7 +129,7 @@ def main():
settings = _get_settings()
if args.standard_cal:
if settings.get("useCasa"):
launcher = CalibrationLauncher(metadata, ppr)
launcher = CalibrationLauncher(ppr, metadata)
launcher.setup_environment(settings)
launcher.run()
launcher.check_logs()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment