Skip to content

Commit 5e18ff5

Browse files
committed
fixing bug on swift-t
1 parent 10a0384 commit 5e18ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/wfbench/translator/templates/swift_t/workflow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ mod.run(
122122
gpu_work=gpu_work,
123123
output_files=f'{{"{output_file}": {output_file_size}}}',
124124
input_files=str(input_file).replace("'", '"'),
125-
with_flowcept=True,
125+
with_flowcept=bool(workflow_id),
126126
silent=False,
127127
debug=False,
128128
rundir=None,

0 commit comments

Comments
 (0)