mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 04:27:45 +00:00
typo
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user