We need to review the use of isinstance()
isinstance() is being used exactly the way it's supposed to:
test if the object variable you pass it (0) is actually an instance of the class (ref.) you pass it (1).
How can this be a blocker? Agreed unsuspected behaviour caused a fatal bug, but that ticket (#59) has been resolved. Downgrading Priority as we have only few days to get this fixed.
Moving ticket to another milestone due to lack of time
package_selection.py line: 506 seems to not be working.
This causes the isinstance() test to fail.. and also causes check_options() to fail.
revisor just sits there doing nothing now.
See, you can only have one bug per issue. #59 is leading
Milestone First next Stable release deleted
isinstance is no longer necessary, but has not been removed completely (yet)
Metadata Update from @jsteffan: - Issue assigned to kanarip