aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-tool.py')
-rwxr-xr-xscripts/run-tool.py2
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)