2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 19:27:11 +00:00

Better display of wallet names copied from svx files

This commit is contained in:
Philip Sargent
2022-08-24 18:28:15 +03:00
parent 8ca50d8fd4
commit 7e9fd0f353
8 changed files with 22 additions and 8 deletions

View File

@@ -72,6 +72,10 @@ def load_all_scans():
and builds up the models we can access later.
It does NOT read or validate anything in the JSON data attached to each wallet. Those checks
are done at runtime, when a wallet is accessed, not at import time.
NOTE that parsers/survex.py does NOT create a wallet if it finds an unrecognised *REF wallet.
Instead it reports an error in DataIssues. But it does make a link in the db between the
existing wallet (probably no JSON, just a folder containing scans) and the survex file.
'''
print(' - Loading Survey Scans')
@@ -113,7 +117,7 @@ def load_all_scans():
else:
# but We should load all the scans, even for nonstandard names.
# but We *should* load all the scans, even for nonstandard names.
print(f'\n - IGNORE {walletname} - {fpath}')
# but we also need to check if JSON exists, even if there are no uploaded scan files