mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-07 19:45:48 +01:00
The original findpacs() was returning either [Package] or ([Package], [str]) depending on the `fatal` option. This confused pylint and it was returning false-positives: E1101: Instance of 'list' has no '...' member (no-member)