2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

better error msg

This commit is contained in:
Philip Sargent 2023-11-14 18:01:44 +02:00
parent 6bc0884d43
commit 680477d2d5

View File

@ -2681,7 +2681,7 @@ def LoadSurvexBlocks():
# duration = time.time() - start
# print(f" - TIME: {duration:7.2f} s", file=sys.stderr)
if dup_includes > 0:
print(f" - ERROR: There are {dup_includes} duplicate *includes in the final list")
print(f" - ERROR: There are {dup_includes} duplicate *includes in the final list. See DataIssues report.")
print(" - Loaded All Survex Blocks.")