Skip to content

Commit eab7d8f

Browse files
Don't change regex for now
1 parent 627b91b commit eab7d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miraheze/swift/fix_container_permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def run_mwscript_setcontainersaccess(wiki: str, check: bool) -> subprocess.Compl
1515
def fix_container_perms(wiki: str) -> None:
1616
out = run_mwscript_setcontainersaccess(wiki, check=False)
1717
matches = re.findall(
18-
r"Making sure 'mwstore:\/\/miraheze-swift\/([^']+)' exists\.\.\.[^\n]*failed\.",
18+
r"Making sure 'mwstore:\/\/miraheze-swift\/([^']+)' [^\n]+\.failed\.",
1919
(out.stdout or '') + '\n' + (out.stderr or ''),
2020
)
2121

0 commit comments

Comments
 (0)