mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 08:37:26 +00:00
typo
This commit is contained in:
@@ -299,7 +299,7 @@ class LoadingSurvex:
|
|||||||
rx_quotedtitle = re.compile(r'(?i)^"(.*)"$')
|
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
|
(?i) : Case-insensitive flag for the regex
|
||||||
^ : Asserts the position at the start of a line
|
^ : Asserts the position at the start of a line
|
||||||
@@ -1093,7 +1093,7 @@ class LoadingSurvex:
|
|||||||
"""
|
"""
|
||||||
def check_reused_wallet():
|
def check_reused_wallet():
|
||||||
if walletnum == "00":
|
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.
|
# this is a way of saying that there is no wallet - someone has investigated.
|
||||||
pass
|
pass
|
||||||
message = f" ! Wallet *REF {refscan} in {survexblock.survexfile.path} - re-uses #00 '{survexblock.scanswallet.walletname}'"
|
message = f" ! Wallet *REF {refscan} in {survexblock.survexfile.path} - re-uses #00 '{survexblock.scanswallet.walletname}'"
|
||||||
|
|||||||
Reference in New Issue
Block a user