From 6c8f2e781d2d2a04f179830781a053ce24bc8cc1 Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Aug 13 2018 20:52:33 +0000 Subject: fix wrong tagNotification in tagBuildBypass API fixes #958 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index af87e77..4d53b1b 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -9272,7 +9272,7 @@ class RootExports(object): context.session.assertPerm('admin') _tag_build(tag, build, force=force) if notify: - tag_notification(True, None, tag, build, context.session.user_id) + tag_notification(True, tag, None, build, context.session.user_id) def tagBuild(self, tag, build, force=False, fromtag=None): """Request that a build be tagged