Skip to content
Snippets Groups Projects
Commit 98d59a8a authored by pascal.mouquet_ird.fr's avatar pascal.mouquet_ird.fr
Browse files

fix in job config file removing ref

parent 3fd32079
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,7 @@ class Job:
# self.tasks.to_csv(ict)
self.unformat_cm_indices()
self.unformat_remove()
self.tasks.to_csv(ict, index=False, sep=";")
self.tasks.to_csv(ict, index=False, sep=";", columns = self.cols)
self.format_cm_indices()
self.format_remove()
......
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