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
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