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

scheduling: invoke auto-case in a simpler way

parent 70c40e5afacd
No related branches found
No related tags found
1 merge request!25various fixes
......@@ -143,7 +143,7 @@
def action_autofill(base_dir, count=None):
fill_script = base_dir / "bin/auto-cases"
fill_script = parent_dir / "auto-cases"
cmd = [str(fill_script)]
if count:
cmd.append(str(count))
......
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