2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 18:57:13 +00:00
This commit is contained in:
2025-01-22 19:25:02 +00:00
parent c602587990
commit 18517f5ec7

View File

@@ -299,7 +299,7 @@ class LoadingSurvex:
rx_quotedtitle = re.compile(r'(?i)^"(.*)"$')
"""
Regular expression explanation for rx_starref (MS CoPilot)
Regular expression explanation for rx_starref (MS CoPilot) - Not actually USED any more ?!
(?i) : Case-insensitive flag for the regex
^ : Asserts the position at the start of a line
@@ -1093,7 +1093,7 @@ class LoadingSurvex:
"""
def check_reused_wallet():
if walletnum == "00":
# we don't mind if lost of survex files refer to the index wallet.
# we don't mind if lots of survex files refer to the index wallet.
# this is a way of saying that there is no wallet - someone has investigated.
pass
message = f" ! Wallet *REF {refscan} in {survexblock.survexfile.path} - re-uses #00 '{survexblock.scanswallet.walletname}'"