Skip to content

Commit

Permalink
Correct error message .in file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsEsseldeurs committed Mar 4, 2024
1 parent f53ce50 commit 371a03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plons/LoadData.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def LoadSetup(dir: str, prefix: str) -> Dict[str, Any]:

except FileNotFoundError:
print('')
print(" ERROR: No %s.setup file found!"%prefix)
print(" ERROR: No %s.in file found!"%prefix)
print('')
exit()

Expand Down

0 comments on commit 371a03d

Please sign in to comment.