Skip to content

Commit 166295e

Browse files
committed
fixing order
1 parent ba5e53c commit 166295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robusta_krr/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def run_strategy(
370370
Config.set_config(config)
371371
except ValidationError as e:
372372
logger.exception("Error occured while parsing arguments")
373-
publish_input_error( publish_scan_url, start_time, scan_id, named_sinks, str(e))
373+
publish_input_error( publish_scan_url, start_time, scan_id, str(e), named_sinks)
374374
else:
375375
runner = Runner()
376376
exit_code = asyncio.run(runner.run())

0 commit comments

Comments
 (0)