From 0820d7c0dce82553348fbbd3bb34b288daae5480 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 13 Apr 2021 01:37:42 +0100 Subject: Docstrings for all modules --- parsers/surveys.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'parsers/surveys.py') 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 -- cgit v1.2.3