summaryrefslogtreecommitdiff
path: root/zuul
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-12-27 02:34:22 +0000
committerGerrit Code Review <review@openstack.org>2017-12-27 02:34:22 +0000
commit86f0bf8906dfb0bb3f265d440ce010f85814b32e (patch)
tree9daac2f821c5315b38b4d6d841e1a9f1d349ae0f /zuul
parent6f62f57744ddf457f46ce48def9b2296279fd653 (diff)
parentea287018d366bb21485b100aab51c386c02e4c8e (diff)
downloadzuul-86f0bf8906dfb0bb3f265d440ce010f85814b32e.tar.gz
Merge "Fix indentation on debug statement" into feature/zuulv3
Diffstat (limited to 'zuul')
-rw-r--r--zuul/model.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/zuul/model.py b/zuul/model.py
index 864ae8ede..cc2fea7e2 100644
--- a/zuul/model.py
+++ b/zuul/model.py
@@ -2647,11 +2647,11 @@ class Layout(object):
repr(variant), change)
item.debug("Pipeline variant {variant} matched".format(
variant=repr(variant)), indent=2)
- else:
- self.log.debug("Pipeline variant %s did not match %s",
- repr(variant), change)
- item.debug("Pipeline variant {variant} did not match".format(
- variant=repr(variant)), indent=2)
+ else:
+ self.log.debug("Pipeline variant %s did not match %s",
+ repr(variant), change)
+ item.debug("Pipeline variant {variant} did not match".
+ format(variant=repr(variant)), indent=2)
if not matched:
# A change must match at least one project pipeline
# job variant.