forked from expo/troggle
Allow survey scans to be scrapped with a file in the top level directory of the year
This commit is contained in:
parent
7a0a898bc6
commit
1cc7f2d92e
@ -207,6 +207,7 @@ def LoadListScans():
|
||||
# do the year folders
|
||||
if re.match("\d\d\d\d$", f):
|
||||
for fy, ffy, fisdiry in GetListDir(ff):
|
||||
if fisdiry:
|
||||
assert fisdiry, ffy
|
||||
survexscansfolder = SurvexScansFolder(fpath=ffy, walletname=fy)
|
||||
survexscansfolder.save()
|
||||
|
Loading…
Reference in New Issue
Block a user