Skip to content

Commit

Permalink
Should not override errno
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 23, 2015
1 parent a089d59 commit a9af920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teambition/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class TeambitionException(RequestException):

def __init__(self, code=-1, message=None, client=None, *args, **kwargs):
super(TeambitionException, self).__init__(*args, **kwargs)
self.errno = code
self.code = code
self.message = message
self.client = client
Expand Down

0 comments on commit a9af920

Please sign in to comment.