Skip to content

Commit ebbb381

Browse files
committed
Support run_args for ScriptAutomation
1 parent 3140996 commit ebbb381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlc/script_action.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ def call_script_module_function(self, function_name, run_args):
258258
else:
259259
automation_instance = module.ScriptAutomation(self, module_path)
260260

261-
automation_instance = module.ScriptAutomation(self, module_path, run_args)
262261
if function_name == "run":
263262
result = automation_instance.run(run_args) # Pass args to the run method
264263
elif function_name == "docker":

0 commit comments

Comments
 (0)