Ubuntu Pastebin

Paste from Cory at Wed, 7 Dec 2016 22:59:50 +0000

Download as text
1
2
3
 async def deploy(context, rule, task, event=None):
-    rule.log.info("Deploying %s", context.config.path)
+    rule.log.info("Deploying %s (%s)", context.config.path, task.args['arg'])
Download as text