-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Into workflow.py around line 1293,there's a print that seems to be a trace of a forgotten debug that doesn't go through logging :
o_str = 'Workflow Name: \t\t"{0}"\n'.format(workflow_name)
o_str += 'Workflow Description: \t"{0}"\n'.format(workflow_vals.get('description', ''))
print(o_str)
Metadata
Metadata
Assignees
Labels
No labels