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

comment corrections

This commit is contained in:
Philip Sargent 2023-10-27 22:13:32 +03:00
parent 788de853dc
commit 97bb1a3ad1

View File

@ -980,8 +980,6 @@ class LoadingSurvex:
def LoadSurvexRef(self, survexblock, args):
"""Interpret the *ref record, and all the many variants
the 'letter' was X for electronic wallets but we no longer do this. So the code
that handles 'letter' can be removed.
"""
# print(self.insp+ "*REF ---- '"+ args +"'")
url = get_offending_filename(survexblock.survexfile.path)
@ -1050,7 +1048,7 @@ class LoadingSurvex:
else:
survexblock.scanswallet = manywallets[0] # this is a ForeignKey field
survexblock.save()
# This is where we should check that the wallet JSON contains a link to the survexfile
# This is where we chould check that the wallet JSON contains a link to the survexfile
# and that the JSON date and walletdate are set correctly to the survexblock date.
set_walletdate(survexblock.scanswallet)
else: