Skip to content

Commit

Permalink
Update epanet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Apr 19, 2024
1 parent 66fafb3 commit fd66f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epyt/epanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -10395,7 +10395,7 @@ def unload(self):
f for f in files
if os.path.isfile(os.path.join(cwd, f)) and
(f.startswith('s') or f.startswith('en')) and
6 <= len(f) <= 8 and
5 <= len(f) <= 8 and
"." not in f
]
tmp_files_paths = [os.path.join(cwd, f) for f in tmp_files]
Expand Down

0 comments on commit fd66f14

Please sign in to comment.