Skip to content

Commit

Permalink
fix: exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 9, 2024
1 parent 470dfdf commit 779fa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def findStatusInInstance(response):
attempt += 1
else:
logger.info("URL is not ready after maximum attempts.")
sys.exit(1)



Expand Down

0 comments on commit 779fa39

Please sign in to comment.