#62 Fix push called without argument
Merged by cqi. Opened by lsedlar.
lsedlar/rpkg push-without-force-arg  into  master

Download 62.patch

This patch fixes fedpkg retire, which calls push as a part of the
process. Since there is no --force argument on retire command, this
caused it to fail with AttributeError.

Why not self.cmd.push(False) directly?

If the attribute is present, we need to use it's value. This is supposed to handle the case when this method is called but self.args does not have force attribute.

Pull-Request has been merged by cqi

Metadata