mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 14:51:51 +00:00
comment
This commit is contained in:
parent
b6fc5f3d32
commit
2787b6c4ec
@ -137,7 +137,7 @@ def load_all_scans():
|
||||
tag = str(p.parent.name) # folder containing the scan file
|
||||
if len(tag) > 4:
|
||||
if tag[4] != "#":
|
||||
# relative_path = p.relative_to(scans_path, walk_up=False)
|
||||
# relative_path = p.relative_to(scans_path, walk_up=False) # from python 3.12
|
||||
relative_path = p.relative_to(scans_path)
|
||||
seen.add((str(relative_path.parent)+"/", walletname))
|
||||
wjson = 0
|
||||
|
Loading…
Reference in New Issue
Block a user