Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Oct 28, 2024
1 parent 20eee27 commit e5d1f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/authproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def __call__(self, *args, **argsn):
'code': -342,
'message': 'Received non-JSON or malformed JSON response'
})

if response.get('error') is not None:
raise JSONRPCException(response['error'], status)
elif 'result' not in response:
Expand Down

0 comments on commit e5d1f2f

Please sign in to comment.