2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-22 18:46:03 +01:00
This commit is contained in:
2026-05-19 12:50:43 +01:00
parent 91e33830ab
commit 99ca0a7654
+2 -1
View File
@@ -619,7 +619,8 @@ def make_cave(slug):
for k in kaves:
if k.slug() is not None:
print(" ! - OVERWRITING this one: slug:" + str(k.slug()))
k.notes = "DUPLICATE kataster number found on import. Please fix\n" + k.notes
current_notes = k.notes or ""
k.notes = "DUPLICATE kataster number found on import. Please fix\n" + current_notes
cave = k
return cave