Kaydet (Commit) f7925844 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

updater: fix small python issue

Change-Id: I0834a088af1527e4ed0d181f9e3a63ee82d0e980
üst 1a4351a6
......@@ -41,7 +41,7 @@ def main(argv):
extra_data_files = ['complete_info.json', 'partial_update_info.json']
if sys.platform != "cygwin":
extra_data_files += 'complete_lang_info.json'
extra_data_files.append('complete_lang_info.json')
for extra_file in extra_data_files:
extra_file_path = os.path.join(argv[5], extra_file)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment