Skip to content

Commit 7a05686

Browse files
committed
adding flowcept and IO for swift/t
1 parent 9f5e379 commit 7a05686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wfcommons/wfbench/translator/templates/swift_t_templates

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workflow_id = "%s"
1010
from flowcept.flowcept_api.flowcept_controller import Flowcept
1111
flowcept_agent = Flowcept(workflow_id=workflow_id, workflow_name="%s", bundle_exec_id=workflow_id)
1212
flowcept_agent.start()
13-
"""
13+
""";
1414

1515
string command =
1616
"""

0 commit comments

Comments
 (0)