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

loop: display something when auto-file runs

parent d301d57f
No related branches found
No related tags found
No related merge requests found
Pipeline #55414 passed
......@@ -143,6 +143,7 @@
cmd.append(str(count))
p = subprocess.run(cmd, stdout=subprocess.PIPE, encoding="utf8")
new_actions = p.stdout.splitlines()
print("auto-fill: adding %d new actions" % len(new_actions))
loop = ["AUTOFILL"]
if count:
loop.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