Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed May 21, 2024
1 parent 2ca48d6 commit 0f8c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geouned/GEOUNED/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def _load_step_file(
step_files = filename
else:
step_files = [filename]

for step_file in step_files:
if not Path(step_file).is_file():
raise FileNotFoundError(f"Step file {step_file} not found.")
Expand Down

0 comments on commit 0f8c099

Please sign in to comment.