2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-25 08:41:51 +00:00

comment updates

This commit is contained in:
Philip Sargent 2022-08-25 16:31:38 +03:00
parent 79672dd4b3
commit ab184bccf3
2 changed files with 2 additions and 1 deletions

View File

@ -269,6 +269,7 @@ class Wallet(models.Model):
ticks = {} ticks = {}
# Initially, are there any required survex files present ? # Initially, are there any required survex files present ?
# Note that we can't set the survexblock here on the wallet as that info is only available while parsing the survex file
survexok = "red" survexok = "red"
ticks["S"] = "red" ticks["S"] = "red"
if waldata["survex not required"]: if waldata["survex not required"]:

View File

@ -120,7 +120,7 @@ def EnterLogIntoDbase(date, place, title, text, trippeople, expedition, logtime_
Does NOT save the expeditionday_id - all NULLs. why? Because we are deprecating expeditionday ! Does NOT save the expeditionday_id - all NULLs. why? Because we are deprecating expeditionday !
troggle.log shows that we are creating lots of duplicates, which is no no problem with SQL as they just overwrite troggle.log shows that we are creating lots of duplicates, which is no no problem with SQL as they just overwrite
but we are saving the same thing too many times.. Also seen in teh ObjStore mimic but we are saving the same thing too many times.. Also seen in the ObjStore mimic
""" """
try: try:
trippersons, author = GetTripPersons(trippeople, expedition, logtime_underground, tid=tid) trippersons, author = GetTripPersons(trippeople, expedition, logtime_underground, tid=tid)