Skip to content

Commit

Permalink
Drop print exit class
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-zdanevich committed Jun 15, 2024
1 parent 86e6d4f commit 1495dae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion geeknote/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1"
__version__ = "3.0.5"
1 change: 0 additions & 1 deletion geeknote/geeknote.py
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,6 @@ def main(args=None):

except (KeyboardInterrupt, SystemExit, tools.ExitException) as e:
exit_status_code = 1
print(type(e))

except Exception as e:
traceback.print_exc()
Expand Down

0 comments on commit 1495dae

Please sign in to comment.