2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 22:17:06 +00:00

backport order of operations in reset() and change logbook parser to do paragraphs differently

This commit is contained in:
Philip Sargent
2020-02-20 14:13:38 +00:00
parent de14ecea22
commit c5055e7f34
2 changed files with 3 additions and 3 deletions

View File

@@ -90,9 +90,9 @@ def reset():
import_caves()
import_people()
import_surveyscans()
import_survex()
import_logbooks()
import_QMs()
import_survex()
try:
import_tunnelfiles()
except: