From 0cf59af775a962d2474cc106a20de4523321227c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 10 2016 10:03:55 +0000 Subject: Fix wording in the exception message --- diff --git a/pagure/lib/lib_ci.py b/pagure/lib/lib_ci.py index 5eb8b05..d2ea609 100644 --- a/pagure/lib/lib_ci.py +++ b/pagure/lib/lib_ci.py @@ -66,7 +66,7 @@ def process_jenkins_build(session, project, build_id, requestfolder): if not pr_id: raise pagure.exceptions.PagureException( - 'No PR found corresponding') + 'No corresponding PR found') if result not in BUILD_STATS: pagure.exceptions.PagureException(