From 4eeb9b105bb7a359d46f60b988eb4128a3651b75 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 6 Mar 2017 12:43:16 -0600 Subject: [PATCH] Remove spurious with from comment Change-Id: I1647fc89df29b3f1fdd4ef7412b993cd6126b971 --- zuul/manager/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/manager/__init__.py b/zuul/manager/__init__.py index f0250cfb06..40a1b22872 100644 --- a/zuul/manager/__init__.py +++ b/zuul/manager/__init__.py @@ -475,7 +475,7 @@ class PipelineManager(object): build_set = item.current_build_set self.log.debug("Load dynamic layout with %s" % build_set.files) try: - # First parse the config with as it will land with the + # First parse the config as it will land with the # full set of config and project repos. This lets us # catch syntax errors in config repos even though we won't # actually run with that config.