#257 Fix TypeError raised from override create command
Merged by cqi. Opened by cqi.
cqi/fedpkg fix-override-create  into  master

Download 257.patch

This error does not block creating an override in Bodhi. It fails at
step to print a summary of the created override. The reason is
customized save_override does not return a value, so None is passed to
the first parameter of override_str.

Fixes #256

Signed-off-by: Chenxiong Qi cqi@redhat.com

I didn't find any issues.

Pull-Request has been merged by cqi

Metadata