Skip to content

Commit 8c310e1

Browse files
committed
sys.exit is not needed. The script only prints information
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent f8a5063 commit 8c310e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show_all_imagestreams.py

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def show_all_imagestreams(self) -> int:
5858

5959
if __name__ == "__main__":
6060
isc = ShowAllImageStreams()
61-
sys.exit(isc.show_all_imagestreams())
61+
isc.show_all_imagestreams()

0 commit comments

Comments
 (0)