diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2020-04-09 02:40:32 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2020-04-09 02:40:32 +0100 |
commit | d71e31417b1fce145dd75661d33f2c01f83cdf57 (patch) | |
tree | 3ea4b951d40e0b48448b84f2efda71427f47d8fc /parsers/survex.py | |
parent | fbe6c0c85921fa35b0aafbc597eb9f6e4482aa5d (diff) | |
download | troggle-d71e31417b1fce145dd75661d33f2c01f83cdf57.tar.gz troggle-d71e31417b1fce145dd75661d33f2c01f83cdf57.tar.bz2 troggle-d71e31417b1fce145dd75661d33f2c01f83cdf57.zip |
scanned image files importing
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |