From d71e31417b1fce145dd75661d33f2c01f83cdf57 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 9 Apr 2020 02:40:32 +0100 Subject: scanned image files importing --- parsers/survex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'parsers/survex.py') diff --git a/parsers/survex.py b/parsers/survex.py index 14bd035..1a6118c 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -149,6 +149,7 @@ def RecursiveLoad(survexblock, survexfile, fin, textlines): survexblock.survexscansfolder = survexscansfolders[0] #survexblock.refscandir = "%s/%s%%23%s" % (mref.group(1), mref.group(1), mref.group(2)) survexblock.save() + print('Wallet *ref - %s' % refscan) continue # This whole section should be moved if we can have *QM become a proper survex command -- cgit v1.2.3