Closed bpinto closed 9 years ago
omf describe uses omf.list_db_packages to get the list of packages, but this removes installed packages from the list of packages.
omf describe
omf.list_db_packages
IMO, this function by default should not skip installed packages and receive an argument that will do this instead.
I'll fix this up :)
omf describe
usesomf.list_db_packages
to get the list of packages, but this removes installed packages from the list of packages.IMO, this function by default should not skip installed packages and receive an argument that will do this instead.