summaryrefslogtreecommitdiffstats
path: root/parsers/survex.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/survex.py')
-rw-r--r--parsers/survex.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py
index 634aeca..4861817 100644
--- a/parsers/survex.py
+++ b/parsers/survex.py
@@ -60,7 +60,9 @@ def stash_data_issue(parser=None, message=None, url=None, sb=None):
dataissues.append((parser, message, url, sb))
def store_data_issues():
- """Take the stash and store it permanently in the database instead"""
+ """Take the stash and store it permanently in the database instead
+
+ use BULK creation here !"""
global dataissues
print(f" - Storing {len(dataissues)} Data Issues into database")