Fix translations_develop (#31942)

This commit is contained in:
Austin Mroczek 2020-02-17 23:58:49 -08:00 committed by GitHub
parent 2e5161997f
commit 1fa16eefc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ def main():
if download_dir.is_dir():
rmtree(str(download_dir))
download_dir.mkdir()
download_dir.mkdir(parents=True)
subprocess.run("script/translations_upload_merge.py")