Skip to content

Commit 980514a

Browse files
Debug details
1 parent f9701a7 commit 980514a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shotgun_api3/shotgun.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3776,6 +3776,8 @@ def _response_errors(self, sg_response, _payload):
37763776
)
37773777
else:
37783778
# raise general Fault
3779+
from pprint import pprint
3780+
pprint(_payload)
37793781
raise Fault(sg_response.get("message", "Unknown Error"))
37803782
return
37813783

0 commit comments

Comments
 (0)