Skip to content
Snippets Groups Projects
Commit e222adeb authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add tab between variables header

parent c8ddedaa
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def writeDataProfile(dataFile, cfg, device, fe, r):
# write variables and unit
for k in fe.keys:
f.write(f" {k} [{fe.roscop[k]['units']}]")
f.write(f" {k} [{fe.roscop[k]['units']}]\t")
f.write("\n")
type = 'C'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment