diff options
Diffstat (limited to 'scripts/run-tool.py')
| -rwxr-xr-x | scripts/run-tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-tool.py b/scripts/run-tool.py index 97d1d25..c6bcfc8 100755 --- a/scripts/run-tool.py +++ b/scripts/run-tool.py @@ -72,4 +72,4 @@ except (json.JSONDecodeError, TypeError): sys.exit(1) module = load_func(func_name) -module.main(**args) +module.run(**args) |
