We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4911699 commit e185b49Copy full SHA for e185b49
netbox/exceptions.py
@@ -1,6 +1,5 @@
1
class GeneralException(BaseException):
2
def __init__(self, resp_data):
3
- print(resp_data)
4
if isinstance(resp_data, dict):
5
if 'detail' in resp_data:
6
self.err = resp_data['detail']
0 commit comments