Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: e7dc0c740a60bb7f0e4ae2a77754af92f2367ea7 https://github.com/openSUSE/osc/commit/e7dc0c740a60bb7f0e4ae2a77754af92f2367... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2016-08-18 (Thu, 18 Aug 2016) Changed paths: M osc/core.py Log Message: ----------- Removed bogus check in get_package_results (fixes #224) The bogus check is twofold: the first error is due to a wrong refactoring (repostate was intended to be the "code" attribute and "code" was supposed to the "code" attribute of the status node) (see commit f3a1d12a). The second error is a logic error in the original code, because the package state "succeeded" and the repostate "unpublished" is a valid combination. Consequently, the check didn't make any sense...