Skip to content

Commit

Permalink
sys.exit is not needed. The script only prints information
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jun 3, 2024
1 parent f8a5063 commit 8c310e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show_all_imagestreams.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ def show_all_imagestreams(self) -> int:

if __name__ == "__main__":
isc = ShowAllImageStreams()
sys.exit(isc.show_all_imagestreams())
isc.show_all_imagestreams()

0 comments on commit 8c310e1

Please sign in to comment.