-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also fix when self._error_report is True
- Loading branch information
1 parent
73f033a
commit 6378ede
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6378ede
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit actually breaks the re-authentication after failed operation. Once _error_report is set due to some failed operation, authentication will always return None and the module ceases to function. Recursion makes the bug hard to see. I ended up refactoring this a at 0936faf. Added some logging as well.