File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 121
121
out_file = os .path .join (out_dir , split_ext [0 ] + ".json" )
122
122
if not os .path .exists (file_path ):
123
123
sys .exit ("file: " + file_path + " not found" )
124
- cmd = "python ../../h5tojson/h5tojson.py " + file_path + " >" + out_file
124
+ cmd = "python ../../h5json/ h5tojson/h5tojson.py " + file_path + " >" + out_file
125
125
print ("cmd:" , cmd )
126
126
127
127
rc = os .system (cmd )
Original file line number Diff line number Diff line change 130
130
out_file = os .path .join (out_dir , split_ext [0 ] + ".h5" )
131
131
if not os .path .exists (file_path ):
132
132
sys .exit ("file: " + file_path + " not found" )
133
- cmd = "python ../../jsontoh5/jsontoh5.py " + file_path + " " + out_file
133
+ cmd = "python ../../h5json/ jsontoh5/jsontoh5.py " + file_path + " " + out_file
134
134
print ("cmd:" , cmd )
135
135
rc = os .system (cmd )
136
136
if rc != 0 :
You can’t perform that action at this time.
0 commit comments