mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-04-11 05:30:17 +00:00
fix: translation file extraction script
This commit is contained in:
parent
28599cfb04
commit
38d2e4ad5a
@ -56,7 +56,7 @@ commands = [
|
||||
], # en_US
|
||||
]
|
||||
if no_obsolete:
|
||||
commands = [command.extend(["-no-obsolete"]) for command in commands]
|
||||
commands = [command + ["-no-obsolete"] for command in commands]
|
||||
|
||||
for command in commands:
|
||||
subprocess.run(command)
|
||||
|
Loading…
x
Reference in New Issue
Block a user