diff tasks.py @ 325:4d1b6a6e65d2

minor project edits
author drewp@bigasterisk.com
date Mon, 20 Jan 2025 14:10:19 -0800
parents 11d3bcedb9f0
children 5b88b38f2471
line wrap: on
line diff
--- a/tasks.py	Mon Jan 20 14:09:37 2025 -0800
+++ b/tasks.py	Mon Jan 20 14:10:19 2025 -0800
@@ -9,7 +9,7 @@
 
 
 def _run(ctx, s):
-    ctx.run(cmd + '--no-wait -y inventory.py %s' % s, pty=True, echo=True)
+    ctx.run(cmd + ('--no-wait' * 0) + ' -y inventory.py %s' % s, pty=True, echo=True)
 
 
 @task