Skip to content
Snippets Groups Projects
Commit 79877dab authored by Alan De Smet's avatar Alan De Smet
Browse files

Return non-0 on failure

parent 9efb2678
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,7 @@ def main(): ...@@ -127,6 +127,7 @@ def main():
except csppfetch.DownloadsFailedException as e: except csppfetch.DownloadsFailedException as e:
logging.fatal(str(e)) logging.fatal(str(e))
return 1
return 0 return 0
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment