From 6e3fdd35c13508c0b767d83e35ee8b22ee3aea81 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 23 Sep 2022 23:43:34 +0300 Subject: Replaced maintenance headache with cleaner folder walking --- parsers/drawings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/drawings.py') diff --git a/parsers/drawings.py b/parsers/drawings.py index 4f52889..b3ce8c8 100644 --- a/parsers/drawings.py +++ b/parsers/drawings.py @@ -12,7 +12,7 @@ from functools import reduce import settings from troggle.core.models.survex import SingleScan, Wallet, DrawingFile from troggle.core.models.troggle import DataIssue -from troggle.core.utils import save_carefully, GetListDir +from troggle.core.utils import save_carefully '''Searches through all the :drawings: repository looking for tunnel and therion files -- cgit v1.2.3