Skip to content

Commit

Permalink
fix: raise an exception on failure!
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jul 31, 2024
1 parent d9dd2ed commit f9fd0c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x_notes/tsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ def get_generator(fname: str, index: int = 0) -> Generator:
return get_data(n_days_ago, fname, index)
except Exception:
pass
raise Exception

0 comments on commit f9fd0c3

Please sign in to comment.