Skip to content

Commit

Permalink
removing bugged line
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jul 27, 2023
1 parent 5ad8ceb commit 067e16e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pynumad/io/excel_to_blade.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ def excel_to_blade(blade, filename):
-------
blade = xlsBlade(FILENAME)
"""
if not os.path.exist(filename):
raise FileNotFoundError

MPa_to_Pa = 1000000.0
# Dictionary containing column indices
Expand Down

0 comments on commit 067e16e

Please sign in to comment.