Skip to content

Commit

Permalink
fix: do not sys exit on comment opening
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 9, 2024
1 parent 9470559 commit dd9d89e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geotribu_cli/comments/comments_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def run(args: argparse.Namespace):
else:
open_uri(in_filepath=comment_obj.url_to_comment)

sys.exit(0)


# -- Stand alone execution
if __name__ == "__main__":
Expand Down

0 comments on commit dd9d89e

Please sign in to comment.