This commit is contained in:
alyssa 2024-09-06 12:54:34 +09:00
parent ac7356ba4a
commit f086dec528

View file

@ -48,7 +48,7 @@ def create_jobs():
jobs = set([])
for key in modify_regexes.keys():
if regex matches:
if true:
jobs = jobs | modify_regexes[key]
for key in changes: