Skip to content

Commit 57956af

Browse files
committed
fix: revert task name to just 'wfbench.py'
1 parent 9498775 commit 57956af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/wfbench/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def _set_argument_parameters(self,
293293
task.runtime = 0
294294
if clear_files:
295295
task.files = []
296-
task.program = f"{this_dir.joinpath('wfbench.py')}"
296+
task.program = "wfbench.py"
297297
task.args = [task.name]
298298
task.args.extend(params)
299299

0 commit comments

Comments
 (0)