Remove spurious with from comment

Change-Id: I1647fc89df29b3f1fdd4ef7412b993cd6126b971
This commit is contained in:
Monty Taylor 2017-03-06 12:43:16 -06:00
parent 149b69c288
commit 4eeb9b105b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -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.