From cb8a6454df73106af519ad54c49ccf47196fd2f0 Mon Sep 17 00:00:00 2001 From: Dazed Date: Tue, 13 Feb 2024 07:48:37 -0600 Subject: [PATCH] Fix formatting --- modules/rpgmakermvmz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index e9bc1a2..b0eabea 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -2094,7 +2094,7 @@ def subVars(jaString): # Formatting count = 0 - formatList = re.findall(r'^[\\]+[\w]+\[[a-zA-Z0-9\\\[\]\_,\s-]+\]', jaString) + formatList = re.findall(r'[\\]+[\w]+\[[a-zA-Z0-9\\\[\]\_,\s-]+\]', jaString) formatList = set(formatList) if len(formatList) != 0: for var in formatList: