mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 09:26:47 +00:00
fixing resolved QM regex
This commit is contained in:
@@ -67,6 +67,15 @@ def import_survex():
|
||||
with transaction.atomic():
|
||||
troggle.parsers.locations.LoadPositions()
|
||||
|
||||
|
||||
def import_justsurvex():
|
||||
print("-- Importing Just Survex files")
|
||||
with transaction.atomic():
|
||||
import troggle.parsers.survex
|
||||
print(" - Survex Blocks")
|
||||
with transaction.atomic():
|
||||
troggle.parsers.survex.LoadSurvexBlocks()
|
||||
|
||||
def import_survex_checks():
|
||||
print(" - Survex: check wallet references and set persons, caves")
|
||||
with transaction.atomic():
|
||||
|
||||
Reference in New Issue
Block a user