Skip to content

Commit

Permalink
fix flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebystrom committed Sep 13, 2024
1 parent 50f502b commit 194df4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_etb.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# basis = 'ANO-RCC'
try:
basis = load(basis, symb)
except:
except Exception:
basis = "HGBSP2-5"
basis = load(basis, symb)
try:
Expand Down

0 comments on commit 194df4a

Please sign in to comment.