ConfigRepo.get_baseurl_option().empty()
returns False
while len(ConfigRepo.get_baseurl_option().get_value() == 0
#1859
Labels
Priority: MEDIUM
Triaged
Someone on the DNF 5 team has read the issue and determined the next steps to take
ConfigRepo.get_baseurl_option().empty()
returnsFalse
whilelen(ConfigRepo.get_baseurl_option().get_value() == 0
. This is the case for any installed package. One would expectempty()
to returnTrue
if the returned value is an empty list / tuple.The text was updated successfully, but these errors were encountered: