allow parsing to continue even when fetching URL contents fails

This commit is contained in:
Nick Sweeting 2022-05-09 19:56:24 -07:00
parent ecbcb6a1b3
commit 38e54b93fe
2 changed files with 6 additions and 3 deletions

View file

@ -176,7 +176,7 @@ def save_file_as_source(path: str, timeout: int=TIMEOUT, filename: str='{ts}-{ba
ANSI['reset'],
))
print(' ', e)
raise SystemExit(1)
raise e
else:
# Source is a path to a local file on the filesystem