mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 18:57:13 +00:00
typo
This commit is contained in:
@@ -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}'"
|
||||
|
||||
Reference in New Issue
Block a user