diff options
Diffstat (limited to 'parsers/drawings.py')
-rw-r--r-- | parsers/drawings.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/parsers/drawings.py b/parsers/drawings.py index 0273210..a814ce2 100644 --- a/parsers/drawings.py +++ b/parsers/drawings.py @@ -12,14 +12,15 @@ from troggle.core.models.wallets import Wallet for tunnel and therion files """ -todo = """- Rename functions more consistently between tunnel and therion variants +todo = """ +- Rename functions more consistently between tunnel and therion variants -- Recode to use pathlib instead of whacky resetting of loop variable inside loop -to scan sub-folders. +- Refactor to use pathlib instead of whacky resetting of loop variable inside loop + to scan sub-folders. - Recode rx_valid_ext to use pathlib suffix() function -- Recode load_drawings_files() to use a list of suffices not huge if-else monstrosity +- Recode load_drawings_files() to use a list of suffices - not the huge if-else monstrosity """ rx_valid_ext = re.compile(r"(?i)\.(?:png|jpg|pdf|jpeg|gif|txt)$") |