summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 4d13c3afc..483f3742f 100644
--- a/image.py
+++ b/image.py
@@ -36,7 +36,7 @@ class ImageInstallMethod(InstallMethod):
#
return ComponentSet(fname, hdlist)
- def getFilename(self, h, timer):
+ def getFilename(self, h, timer, callback=None):
return self.tree + "/RedHat/RPMS/" + h[1000000]
def readHeaders(self):