diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-25 16:31:38 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-25 16:31:38 +0300 |
commit | ab184bccf342aeac72d5d1a99c9f9ebd6b244d29 (patch) | |
tree | 75174c4bbffeba77a1a8c835cb38162dc01eef00 /parsers | |
parent | 79672dd4b37754d9579ba3ef70f172560fa6eba6 (diff) | |
download | troggle-ab184bccf342aeac72d5d1a99c9f9ebd6b244d29.tar.gz troggle-ab184bccf342aeac72d5d1a99c9f9ebd6b244d29.tar.bz2 troggle-ab184bccf342aeac72d5d1a99c9f9ebd6b244d29.zip |
comment updates
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/logbooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 7995d8b..41d0895 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -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 ! 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: trippersons, author = GetTripPersons(trippeople, expedition, logtime_underground, tid=tid) |