From 55d92f8ce5e645e9d2b742a6dd08e3260405d41f Mon Sep 17 00:00:00 2001 From: jingjing Date: Oct 16 2018 08:30:21 +0000 Subject: minor misspelling in notify.py Fixes #3922 --- diff --git a/pagure/lib/notify.py b/pagure/lib/notify.py index 20b8eea..9ca3e70 100644 --- a/pagure/lib/notify.py +++ b/pagure/lib/notify.py @@ -70,7 +70,7 @@ def stomp_publish(topic, message): return # We catch Exception if we want :-p # pylint: disable=broad-except - # Ignore message about fedmsg import + # Ignore message about stomp import # pylint: disable=import-error try: import stomp