diff options
Diffstat (limited to 'parsers/drawings.py')
-rw-r--r-- | parsers/drawings.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/parsers/drawings.py b/parsers/drawings.py index f34cd70..309926e 100644 --- a/parsers/drawings.py +++ b/parsers/drawings.py @@ -16,11 +16,14 @@ todo = """ - Rename functions more consistently between tunnel and therion variants - Refactor to use pathlib instead of whacky resetting of loop variable inside loop - to scan sub-folders. + to scan sub-folders. This will definitely break at some point.. - Recode rx_valid_ext to use pathlib suffix() function - Recode load_drawings_files() to use a list of suffices - not the huge if-else monstrosity + +- implement: findimportinsert(therionfile, imp) + Tries to link the scrap (Therion format) to the referenced therion scrap """ rx_valid_ext = re.compile(r"(?i)\.(?:png|jpg|pdf|jpeg|gif|txt)$") |