diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-08-15 23:25:49 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-08-15 23:25:49 +0300 |
commit | 2787b6c4ec4a288aa179ab9419cfd79851a70b7d (patch) | |
tree | 52e25d473356143b2486cce8162320c07f422c19 | |
parent | b6fc5f3d328db5e601688630aa2e46e57c14d208 (diff) | |
download | troggle-2787b6c4ec4a288aa179ab9419cfd79851a70b7d.tar.gz troggle-2787b6c4ec4a288aa179ab9419cfd79851a70b7d.tar.bz2 troggle-2787b6c4ec4a288aa179ab9419cfd79851a70b7d.zip |
comment
-rw-r--r-- | parsers/scans.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |