summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-28 20:52:20 +0000
committerMatt Wilson <msw@redhat.com>2001-06-28 20:52:20 +0000
commit2a9a859adf0b788c25e7e0c0313ae76b5bd17ff0 (patch)
tree9c415bbfcfac44c2678e18bd3f5f7c677b2304a2 /fsset.py
parent44bf44089b8920a21a1c2cede681bae05d1be10f (diff)
downloadanaconda-2a9a859adf0b788c25e7e0c0313ae76b5bd17ff0.tar.gz
anaconda-2a9a859adf0b788c25e7e0c0313ae76b5bd17ff0.tar.xz
anaconda-2a9a859adf0b788c25e7e0c0313ae76b5bd17ff0.zip
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index d9aeea9a7..4e7928510 100644
--- a/fsset.py
+++ b/fsset.py
@@ -493,7 +493,7 @@ class FileSystemSet:
or not entry.getFormat()):
continue
try:
- entry.fsystem.formatDevice(entry, self.progressWindow
+ entry.fsystem.formatDevice(entry, self.progressWindow,
chroot)
except SystemError:
if self.messageWindow: