#104 Yum Object Seems to Not be Destroyed/Recreated Correctly
Closed: Fixed None Opened 17 years ago by jsteffan.

When progressing to the package selection stage, and then going "back" to any previous stage the package selection stage fails/is empty/breaks. I might be able to add more information on possible causes soon.


fixed with:
def button_back_clicked(self, button):
# Reset repos list just to be sure
self.cfg.i_did_all_this = False
self.cfg.yumobj = yum.YumBase()

fixed with:
def button_back_clicked(self, button):
# Reset repos list just to be sure
self.cfg.i_did_all_this = False
self.cfg.yumobj = yum.YumBase()

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

8 years ago

Log in to comment on this ticket.

Metadata