summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-04-14 21:27:19 +0000
committerMike Fulbright <msf@redhat.com>2003-04-14 21:27:19 +0000
commitd711a4b8738fea9a769342f04f2750ec93e87727 (patch)
treef233f244d7b9e489bf2c467fe1aeae361ee75750 /harddrive.py
parentdfcb8634d890406dfa4de433754aa0ce0b2515de (diff)
downloadanaconda-d711a4b8738fea9a769342f04f2750ec93e87727.tar.gz
anaconda-d711a4b8738fea9a769342f04f2750ec93e87727.tar.xz
anaconda-d711a4b8738fea9a769342f04f2750ec93e87727.zip
adjust function parameter to allow for possibility of callback, although not used for these methods yet
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py
index 630a56994..8bf5df1d2 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -70,7 +70,7 @@ class HardDriveInstallMethod(InstallMethod):
self.umountMedia()
return cs
- def getFilename(self, h, timer):
+ def getFilename(self, h, timer, callback=None):
if self.mediaIsMounted != h[1000002]:
self.umountMedia()
self.mountMedia(h[1000002])