#424 fix grammar in missing content set message
Merged 3 years ago by lsedlar. Opened 3 years ago by ktdreyer.
ktdreyer/odcs pulp-err-message  into  master

@@ -727,7 +727,7 @@ 

      ignore_absent_pulp_repos = compose.flags & COMPOSE_FLAGS["ignore_absent_pulp_repos"]

      if len(repos) != len(content_sets):

          found_content_sets = repos.keys()

-         err = "Failed to find all the content_sets %r in the Pulp, " "found only %r" % (

+         err = "Failed to find all the content_sets %r in Pulp, " "found only %r" % (

              content_sets,

              found_content_sets,

          )

Don't refer to Pulp with the definite article. It's simply "Pulp".

Thank you!
(The failing tests are not caused by this change.)

Pull-Request has been merged by lsedlar

3 years ago