mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 07:19:52 +00:00
transactions boundaries relocated
This commit is contained in:
@@ -69,12 +69,14 @@ def import_survex():
|
||||
|
||||
|
||||
def import_justsurvex():
|
||||
"""Transactions done within the import, not here
|
||||
"""
|
||||
print("-- Importing Just Survex files")
|
||||
with transaction.atomic():
|
||||
import troggle.parsers.survex
|
||||
# with transaction.atomic():
|
||||
import troggle.parsers.survex
|
||||
print(" - Survex Blocks")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.survex.LoadSurvexBlocks()
|
||||
#with transaction.atomic():
|
||||
troggle.parsers.survex.LoadSurvexBlocks()
|
||||
|
||||
def import_survex_checks():
|
||||
print(" - Survex: check wallet references and set persons, caves")
|
||||
|
||||
Reference in New Issue
Block a user