ERP5Workflow: fix syntax error when handling multiple exceptions
They should be put in a tuple, otherwise, we get the syntax used in: try: # do something except SomeError, e: # do something else where e is the error message
Showing
Please register or sign in to comment