Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 01d6810

Browse files
committed
bug fix
1 parent 5c4c05b commit 01d6810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Unified/rejector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def rejector(url, specific, options=None):
278278

279279
print json.dumps( schema, indent=2 )
280280
return
281-
print newWorkflow
281+
print newWorkflow
282282

283283
data = reqMgrClient.setWorkflowApproved(url, newWorkflow)
284284
print data

0 commit comments

Comments
 (0)