fixed intendation and metafilename
This commit is contained in:
parent
ea406bed6b
commit
65b11c5f81
@ -117,7 +117,7 @@ def extract_all(string tdmfile, string tdxfile, string outdirx = b"./", string p
|
|||||||
# dump all meta information
|
# dump all meta information
|
||||||
metafile = outdirx.decode(encoding)+prfx+'.csv'
|
metafile = outdirx.decode(encoding)+prfx+'.csv'
|
||||||
td.print_meta(metafile.encode(encoding))
|
td.print_meta(metafile.encode(encoding))
|
||||||
filelist.append(metafile)
|
filelist.append(metafile.lstrip("./"))
|
||||||
|
|
||||||
# dump all available groups and channels
|
# dump all available groups and channels
|
||||||
for g in range(0,numgr):
|
for g in range(0,numgr):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user