Skip to content

Commit b887287

Browse files
committed
Corrected Typo
1 parent fe1f236 commit b887287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AnalysisFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@ def areaanalysis(coords):
20022002
"Computing "
20032003
+ typestr
20042004
+ analysis_string
2005-
+" File {}/{} Time elapsed: {:.3f} s".format(
2005+
+ " File {}/{} Time elapsed: {:.3f} s".format(
20062006
i + 1, len(files), time.time() - start
20072007
),
20082008
end="\r",

0 commit comments

Comments
 (0)