2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 04:27:45 +00:00
This commit is contained in:
2026-01-30 22:05:49 +00:00
parent 0e19353f8f
commit cec59ccaa3

View File

@@ -605,7 +605,7 @@ class LoadingSurvex:
print(message, file=sys.stderr) print(message, file=sys.stderr)
stash_data_issue(parser="survex", message=message) stash_data_issue(parser="survex", message=message)
n = 0 n = 0
for sb in chunk: for sb in chunk:
got_obj, created = SurvexBlock.objects.get_or_create( got_obj, created = SurvexBlock.objects.get_or_create(
_blockid=sb._blockid, _blockid=sb._blockid,