add device type into manifest
This commit is contained in:
@@ -8,9 +8,14 @@ def main():
|
||||
return
|
||||
manifest_dir = sys.argv[1]
|
||||
|
||||
with open(manifest_dir + '/dev_type', 'r') as f:
|
||||
dev_type = f.read()
|
||||
|
||||
|
||||
mem_segments = []
|
||||
out_manifest = {
|
||||
'mem_segments': mem_segments
|
||||
'mem_segments': mem_segments,
|
||||
'dev_type': dev_type
|
||||
}
|
||||
|
||||
with open(manifest_dir + '/seg_data.csv', 'r', newline='') as csvfile:
|
||||
|
||||
Reference in New Issue
Block a user