diff options
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 |