mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 12:07:09 +00:00
fix wallet date from survexfile
This commit is contained in:
@@ -54,7 +54,7 @@ def datewallet(w, earliest):
|
||||
# no date found
|
||||
w.date = None
|
||||
else:
|
||||
w.date = first
|
||||
w.date = first.isoformat()
|
||||
|
||||
def caveifywallet(w):
|
||||
'''Gets the cave from the list of survex files,
|
||||
|
||||
Reference in New Issue
Block a user