Skip to content

Commit d2cc8ec

Browse files
committed
swift/t silent->verbose fix
1 parent c1abaab commit d2cc8ec

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
@@ -123,7 +123,7 @@ mod.run(
123123
output_files=f'{{"{output_file}": {output_file_size}}}',
124124
input_files=str(input_file).replace("'", '"'),
125125
with_flowcept=bool(workflow_id),
126-
silent=False,
126+
verbose=False,
127127
debug=False,
128128
rundir=None,
129129
path_lock=None,

0 commit comments

Comments
 (0)