diff options
Diffstat (limited to 'parsers/surveys.py')
-rw-r--r-- | parsers/surveys.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/parsers/surveys.py b/parsers/surveys.py index 66a3299..bba5d3f 100644 --- a/parsers/surveys.py +++ b/parsers/surveys.py @@ -15,6 +15,10 @@ from troggle.core.models.survex import SingleScan, ScansFolder, TunnelFile from troggle.core.models.troggle import DataIssue from troggle.core.utils import save_carefully +'''Scans through all the :drawings: repository looking +for tunnel and therion files +''' + def get_or_create_placeholder(year): """ All surveys must be related to a logbookentry. We don't have a way to |