Skip to content

Commit 52ccf00

Browse files
committed
Support - usage in mlc action
1 parent 9134e5f commit 52ccf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlc/script_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def call_script_module_function(self, function_name, run_args):
253253
return {'return': 1, 'error': 'ScriptAutomation class not found in the script.'}
254254

255255
def docker(self, run_args):
256-
self.docker_run(run_args)
256+
return self.docker_run(run_args)
257257

258258
def docker_run(self, run_args):
259259
"""

0 commit comments

Comments
 (0)