Skip to content

Commit bdc6e8a

Browse files
committed
Use exit code 0 for loop
1 parent a556668 commit bdc6e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
for check_metadata in apt_action_metadata:
114114
if (check_metadata == current_metadata):
115115
logging.error('Loop detected, exiting')
116-
sys.exit(1)
116+
sys.exit(0)
117117

118118
logging.info('-- Done cloning current Github page --')
119119

0 commit comments

Comments
 (0)