Skip to content

Commit

Permalink
Raise exceptions fully (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed May 4, 2024
1 parent 5d688a8 commit 6baee5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nndownload/nndownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -2124,6 +2124,7 @@ def main():
output(f"{inert_exception}\n", logging.INFO)
except Exception as error:
log_exception(error)
raise


def cli():
Expand Down

0 comments on commit 6baee5f

Please sign in to comment.