mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-14 01:27:10 +00:00
Sort people by notability
Better errors and tidy Nicer date formats
This commit is contained in:
@@ -78,7 +78,7 @@ def EnterLogIntoDbase(date, place, title, text, trippeople, expedition, logtime_
|
||||
""" saves a logbook entry and related persontrips """
|
||||
trippersons, author = GetTripPersons(trippeople, expedition, logtime_underground)
|
||||
if not author:
|
||||
print(" - Skipping logentry: " + title + " no author for entry")
|
||||
print(" - Skipping logentry: " + title + " - no author for entry")
|
||||
return
|
||||
|
||||
#tripCave = GetTripCave(place)
|
||||
|
||||
Reference in New Issue
Block a user