]> Frank Brehm's Git Trees - pixelpark/puppetmaster-webhooks.git/commitdiff
Fixing lib/webhooks/deploy.py
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 25 Jan 2017 10:04:02 +0000 (11:04 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 25 Jan 2017 10:04:02 +0000 (11:04 +0100)
lib/webhooks/deploy.py

index 2f147f16a8643d0727d5ed26b973eea89df76ded..ba277e3223c8e7f2809db394496eee9ca5f28c22 100644 (file)
@@ -184,7 +184,7 @@ class WebhookDeployApp(object):
             self.json_data = json.loads(self.data)
         except Exception as e:
             LOG.error("Got a {n} reading input data: {e}".format(n=e.__class__.__name__, e))
-            LOG.error("Input data:\n{}".format(self.data)
+            LOG.error("Input data:\n{}".format(self.data))
             sys.exit(0)
 
         LOG.debug("Got data:\n{}".format(pp(self.json_data)))