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 <[email protected]>
  • Loading branch information
phracek committed Jun 5, 2024
1 parent 964e6fe commit 9098c23
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 9098c23

Please sign in to comment.