Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/ooblib.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ooblib.py')
-rw-r--r--lib/ooblib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ooblib.py b/lib/ooblib.py
index 93cf7d8..dc3fba6 100644
--- a/lib/ooblib.py
+++ b/lib/ooblib.py
@@ -70,7 +70,7 @@ def arch_matches(myarch, arch):
else:
return False
-def add_packages_from_xml(fd, pkglist, myarch=None):
+def add_packages_from_xml(fd, pkglist, myarch):
et = ElementTree(file=fd)
root = et.getroot()
for i in root.getchildren():