235c235 < print(twrap(" ".join(unsupported_hwe_packages))) --- > print(twrap(" ".join([pkg.name for pkg in unsupported_hwe_packages])))