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