summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 4e90b7c9b..dda98c4c9 100644
--- a/packages.py
+++ b/packages.py
@@ -366,7 +366,7 @@ def regKeyScreen(anaconda):
anaconda.id.instClass.skipkey = False
while not anaconda.id.instClass.skipkey:
- rc = anaconda.intf.getInstallKey(anaconda, key)
+ rc = anaconda.intf.getInstallKey(key)
if rc is None and anaconda.dispatch.canGoBack():
return DISPATCH_BACK
elif rc is None: