Skip to content
Snippets Groups Projects
Commit a6e5f144 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

convert dir to str for yaml compat

parent 656924ca
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class Pipeline(ProcessABC):
conn.cache_logs(directory)
# Modify to the configuration
self.parameters.general["directory"] = directory
self.parameters.general["directory"] = str(directory)
config["general"]["directory"] = directory
# Filter TODO integrate filter onto class and add regex
......
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