Skip to content

Commit 76887f4

Browse files
authored
fix: removing duplicate exception
1 parent bdf8c0c commit 76887f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LoopProjectFile/LoopProjectFileUtils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def FromCsv(loopFilename, importPath, overwrite=False):
157157
if not os.path.isfile(importPath + "extents.csv"):
158158
print(str(importPath) + "extents.csv", "does not exist")
159159
raise Exception("extents.csv is required")
160-
raise Exception("extents.csv is required")
161160
else:
162161
print(importPath + "extents.csv", file=sys.stderr)
163162
df = pandas.read_csv(str(importPath) + "extents.csv")

0 commit comments

Comments
 (0)