From: Frank Brehm Date: Wed, 25 Jan 2017 10:04:02 +0000 (+0100) Subject: Fixing lib/webhooks/deploy.py X-Git-Tag: 0.8.4~59 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=d513bc1a7c7ace422d9a02061d1bec0a08a3cfd7;p=pixelpark%2Fpuppetmaster-webhooks.git Fixing lib/webhooks/deploy.py --- diff --git a/lib/webhooks/deploy.py b/lib/webhooks/deploy.py index 2f147f1..ba277e3 100644 --- a/lib/webhooks/deploy.py +++ b/lib/webhooks/deploy.py @@ -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)))