Skip to content
Snippets Groups Projects
Commit d8df49ce authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

runner: fix parsing of split variants.

parent 4c7a7f5c
No related branches found
No related tags found
1 merge request!13bunch of new things.
......@@ -51,7 +51,7 @@
Expected syntax is PATH[;dimension_name=variant_name][;d=v]...
"""
parts = path_def.split(';')
parts = str(path_def).split(';')
path = parts[0]
variants_definitions = parts[1:]
variants = {}
......
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