Skip to content
Snippets Groups Projects
Commit 3b72c68e authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Put newline fix on updates too

parent 06b4cad7
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8806 passed with stages
in 3 minutes and 2 seconds
......@@ -44,7 +44,7 @@ def main(hostname, catalog_number, credential):
"Input_Bag": args.inputBagRID,
"Notes": args.notes,
"Execution_Status": args.status,
"Execution_Status_Detail": args.statusDetail
"Execution_Status_Detail": args.statusDetail.replace('\\n','\n')
}
entities = run_table.update([run_data])
rid = args.update
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment