From 0a417f10e013a49541e81dac834cfab9036b68db Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Jun 15 2018 21:03:52 +0000 Subject: fix wrong tagNotification in tagBuildBypass API fixes #958 --- diff --git a/hub/kojihub.py b/hub/kojihub.py index 0b5ed13..1e5158c 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -9290,7 +9290,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