Skip to content

Commit

Permalink
this wasn't a tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrc52 committed Aug 9, 2023
1 parent eb26363 commit c77660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _moira.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MoiraException(Exception):
__connected = False

def _error(code):
raise MoiraException((code, error_message(code)))
raise MoiraException(code, error_message(code))

def connect(server=''):
"""
Expand Down

0 comments on commit c77660b

Please sign in to comment.