mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
* Multiple exceptions in except should be a tuple. Otherwise, the second parameter will be the error object. Apposed to the intent, for it to be another exception in a list of exceptions.