Skip to content

Commit 63484fe

Browse files
Update shotgun_api3/shotgun.py
Co-authored-by: Julien Langlois <16244608+julien-lang@users.noreply.github.com>
1 parent e80ea2e commit 63484fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3940,7 +3940,7 @@ def _make_call(self, verb, path, body, headers):
39403940
raise
39413941
except Exception as e:
39423942
self._close_connection()
3943-
LOG.debug(f"Request failed. Reason: {e}")
3943+
LOG.debug(f"Request failed. Reason: {e}", exc_info=True)
39443944
raise
39453945

39463946
LOG.debug(

0 commit comments

Comments
 (0)