cvpysdk icon indicating copy to clipboard operation
cvpysdk copied to clipboard

forgotten debug trace

Open dnicolleau opened this issue 4 months ago • 0 comments

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)

dnicolleau avatar Aug 05 '25 07:08 dnicolleau