mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-05-22 18:06:04 +01:00
bugfix
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user