Merge "Remove spurious with from comment" into feature/zuulv3

This commit is contained in:
Jenkins 2017-03-06 19:03:44 +00:00 committed by Gerrit Code Review
commit 673d68e24b
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.