cvpysdk
cvpysdk copied to clipboard
forgotten debug trace
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)