diff options
author | Ben V. Brown <[email protected]> | 2019-08-18 22:24:01 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2019-08-18 22:24:01 +1000 |
commit | 7ca613e22baa243e95976890b088f59f27dd82c5 (patch) | |
tree | 82349525acfeb900f1cc66d3d17a36ced1916f78 /Translation Editor | |
parent | 09ce60f65820459486ba79fbaf7af38a5f66c1f3 (diff) | |
download | IronOS-7ca613e22baa243e95976890b088f59f27dd82c5.tar.gz IronOS-7ca613e22baa243e95976890b088f59f27dd82c5.zip |
Migrate :O
Diffstat (limited to 'Translation Editor')
-rw-r--r-- | Translation Editor/make_translation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Translation Editor/make_translation.py b/Translation Editor/make_translation.py index 7ec28c92..55527292 100644 --- a/Translation Editor/make_translation.py +++ b/Translation Editor/make_translation.py @@ -430,7 +430,7 @@ def read_opts(): if len(sys.argv) > 2: outFile = sys.argv[2] else: - outDir = os.path.relpath(jsonDir + "/../workspace/TS100/src/") + outDir = os.path.relpath(jsonDir + "/../workspace/TS100/Core/Src") outFile = os.path.join(outDir, TRANSLATION_CPP) if len(sys.argv) > 3: |