#118 Fix testing pip install help message handling on python 3
Closed 6 years ago by jskladan. Opened 6 years ago by jlanda.
taskotron/ jlanda/resultsdb testing-help-message  into  develop

file modified
+1 -1
@@ -187,7 +187,7 @@ 

          try:

              plugin = messaging.load_messaging_plugin('fedmsg', {})

          except KeyError as err:

-             if "not found" in err.message:

+             if "not found" in str(err):

                  print ("""=============== HINT ===============

  This exception can be caused by the fact, that you did not run

  `python setup.py develop` before executing the testsuite.

no initial comment

Seems innocent. Any reason not to merge this?

rebased onto 0f94221

6 years ago

M, I totally messed my branch when I was rebasing to develop. I'll fix the PR tonight ;)

rebased onto 1d322aed4685b186d30897084de8c19f5b73b52e

6 years ago

rebased onto 16ca0e1

6 years ago

Pull-Request has been closed by jskladan

6 years ago
Metadata