From fd66f142610681dfcbfc691af927dee9fdcdb81e Mon Sep 17 00:00:00 2001 From: "Marios S. Kyriakou" Date: Sat, 20 Apr 2024 01:17:28 +0300 Subject: [PATCH] Update epanet.py --- epyt/epanet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epyt/epanet.py b/epyt/epanet.py index 7dedf42..3eef19d 100644 --- a/epyt/epanet.py +++ b/epyt/epanet.py @@ -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]