Same cause, same effect, same fix
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d763ad3e1d
commit
c258d1c603
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def _koji_hub_link(msg):
|
||||||
raise NotImplementedError("Unhandled instance")
|
raise NotImplementedError("Unhandled instance")
|
||||||
|
|
||||||
# One last little switch-a-roo for stg
|
# One last little switch-a-roo for stg
|
||||||
if '.stg.' in msg['request'][0]:
|
if msg['request'] and '.stg.' in msg['request'][0]:
|
||||||
base = "https://koji.stg.fedoraproject.org/kojihub"
|
base = "https://koji.stg.fedoraproject.org/kojihub"
|
||||||
|
|
||||||
return base
|
return base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue