From 2787b6c4ec4a288aa179ab9419cfd79851a70b7d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 15 Aug 2024 23:25:49 +0300 Subject: [PATCH] comment --- parsers/scans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/scans.py b/parsers/scans.py index ba8bff7..ed383dc 100644 --- a/parsers/scans.py +++ b/parsers/scans.py @@ -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