Skip to content

Commit 487b73d

Browse files
committed
fixing bug on swift-t
1 parent 3241a82 commit 487b73d

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
@@ -87,7 +87,7 @@ cpu_threads = int(10 * percent_cpu)
8787
output_file = "%s"
8888
output_file_size = int(%i)
8989
dep = %i
90-
workflow_id = "%s"
90+
workflow_id = "%s".strip()
9191
task_id = f"{workflow_id}_{task_name}"
9292
9393
if 'workflow_id':

0 commit comments

Comments
 (0)