#3091 Fix default hook
Merged by pingou. Opened by cverna.
cverna/pagure default_hook  into  master

Download 3091.patch

The forced variable is declared in an if else statement and then used later in the send_notifications function call, meaning that in one case we hit the following error local variable 'forced' referenced before assignment

Second commit makes sure that the project.fedmsg_hook exists before trying to get the value of active

Signed-off-by: Clement Verna cverna@tutanota.com

1 new commit added

  • Make sure the project fedmsg hook exist

Fair, thanks

Pull-Request has been merged by pingou

Metadata