Change intermediate data file extension to .datax
This commit is contained in:
parent
ff560f2239
commit
00c4b090c1
2 changed files with 3 additions and 3 deletions
|
@ -732,7 +732,7 @@ def check_cmd():
|
|||
data_name = os.path.splitext(data_file_name)[0]
|
||||
|
||||
out_c_file = os.path.join(args.out_dir, data_name + '.c')
|
||||
out_data_file = os.path.join(args.out_dir, data_file_name)
|
||||
out_data_file = os.path.join(args.out_dir, data_name + '.datax')
|
||||
|
||||
out_c_file_dir = os.path.dirname(out_c_file)
|
||||
out_data_file_dir = os.path.dirname(out_data_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue