#37 Redefine TargetTagsDict.get() to always use __missing__
Merged by pingou. Opened by churchyard.
fedora-ci/ churchyard/simple-koji-ci dynabranch  into  master

Download 37.patch

The code uses target_tags.get(branch, 'rawhide') and dict.get() doesn't use __missing__, only dict[key] access does.

This fixes up 8642f188adbb31a02021334e2016772d12c8e093.

Pull-Request has been merged by pingou

Thanks. Do you need an infra ticket to deploy this?

Metadata