#141 Error when no groups specified...
Closed: Fixed Opened by jsteffan.

We might be able to just ignore this, but I just need to get some feedback...

This is what we want to install []
DEBUG:revisor:This is what we want to install []
Traceback (most recent call last):
File "/home/jon/revisor/revisor/load_kickstart.py", line 206, in button_forward_clicked
self.gui.displayPackageSelection()
File "/home/jon/revisor/revisor/gui.py", line 208, in displayPackageSelection
self.PackageSelection = package_selection.PackageSelection(self)
File "/home/jon/revisor/revisor/package_selection.py", line 119, in init
self.restore_options()
File "/home/jon/revisor/revisor/package_selection.py", line 411, in restore_options
self.doRefresh()
File "/home/jon/revisor/revisor/package_selection.py", line 730, in doRefresh
self.frame_xml.get_widget("category_list").hide()
AttributeError: 'NoneType' object has no attribute 'hide'

This happened when there was no comps data.


No comps data as in: No comps data in the repositories you loaded, and no static comps data in let's say /etc/pungi/ or /etc/revisor/?

No comps data as in: No comps data in the repositories you loaded, and no static comps data in let's say /etc/pungi/ or /etc/revisor/?

No comps data available via the repo.

No comps data available via the repo.

Moving to milestone 2.0.4, this is not something we needed to anticipate right now, and it may be solved by adding the 'ungrouped' in 'uncategorized' feature

Moving to milestone 2.0.4, this is not something we needed to anticipate right now, and it may be solved by adding the 'ungrouped' in 'uncategorized' feature

There was no such thing as a category_list, it should have been category_selector or the line should be removed entirely.

There was no such thing as a category_list, it should have been category_selector or the line should be removed entirely.

Metadata Update from @jsteffan:
- Issue assigned to kanarip
- Issue set to the milestone: 2.0.4 Release

Metadata