From c5ab6083ea976473a090ac2ffc46b819c5fc696b Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 6 Apr 2012 16:53:26 +0200 Subject: [PATCH] [equo] fix undefined reference --- client/text_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/text_ui.py b/client/text_ui.py index 5e0dcd22b..dba3d707b 100644 --- a/client/text_ui.py +++ b/client/text_ui.py @@ -490,7 +490,7 @@ def upgrade_packages(entropy_client, onlyfetch = False, replay = False, do_run = False elif rc == 3: # selective new_remove = [] - c_repo = installed_repo + c_repo = entropy_client.installed_repository() for idpackage in remove: c_atom = c_repo.retrieveAtom(idpackage) if c_atom is None: