Skip to content

Commit 65a0b1b

Browse files
Add response object
1 parent d1c9a8f commit 65a0b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReversingLabs/SDK/tiscale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,4 +460,4 @@ def __raise_on_error(response):
460460
exception = RESPONSE_CODE_ERROR_MAP.get(response.status_code, None)
461461
if not exception:
462462
return
463-
raise exception
463+
raise exception(response_object=response)

0 commit comments

Comments
 (0)