mirror of
https://github.com/ansible/awx.git
synced 2026-06-03 22:17:54 -02: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.