2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-30 05:41:52 +00:00

remove survexblks from 'reset' command

This commit is contained in:
Philip Sargent 2020-06-11 18:48:09 +01:00
parent 69f72184a6
commit 90a5524036

View File

@ -435,7 +435,7 @@ if __name__ == "__main__":
jq.enq("scans",import_surveyscans) jq.enq("scans",import_surveyscans)
jq.enq("logbooks",import_logbooks) jq.enq("logbooks",import_logbooks)
jq.enq("QMs",import_QMs) jq.enq("QMs",import_QMs)
jq.enq("survexblks",import_survexblks) #jq.enq("survexblks",import_survexblks) restore when prospecting_guide fixed
#jq.enq("survexpos",import_survexpos) #jq.enq("survexpos",import_survexpos)
jq.enq("tunnel",import_tunnelfiles) jq.enq("tunnel",import_tunnelfiles)
elif "scans" in sys.argv: elif "scans" in sys.argv: