From 87d9804864e157b451c92e6fb71165aa4925cd47 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 26 Oct 2023 18:28:59 +0300 Subject: findng variant data on survexblocks and setting wallet *ref --- parsers/imports.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'parsers/imports.py') diff --git a/parsers/imports.py b/parsers/imports.py index a469986..8b1df5f 100644 --- a/parsers/imports.py +++ b/parsers/imports.py @@ -54,12 +54,17 @@ def import_survex(): print(" - Survex Blocks") with transaction.atomic(): troggle.parsers.survex.LoadSurvexBlocks() - print(" - Survex entrances x/y/z Positions") with transaction.atomic(): troggle.parsers.survex.survexifywallets() + print(" - Survex entrances x/y/z Positions") with transaction.atomic(): troggle.parsers.locations.LoadPositions() +def import_survex_checks(): + print(" - Survex: check wallet references and set persons, caves") + with transaction.atomic(): + troggle.parsers.survex.survexifywallets() + def import_ents(): print(" - Survex entrances x/y/z Positions") with transaction.atomic(): -- cgit v1.2.3