summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-24 19:00:26 +0000
committerMatt Wilson <msw@redhat.com>1999-06-24 19:00:26 +0000
commita350bf6d97e880ee4e1d65785f379b4fe886299d (patch)
tree483b2e776fdc9be0a14dbd8e4eeae357c9bf6599 /todo.py
parent522ccb3f5d5c6793165143811c2574bbf4279a83 (diff)
downloadanaconda-a350bf6d97e880ee4e1d65785f379b4fe886299d.tar.gz
anaconda-a350bf6d97e880ee4e1d65785f379b4fe886299d.tar.xz
anaconda-a350bf6d97e880ee4e1d65785f379b4fe886299d.zip
looking at device, not 'n'
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 143399296..c12c33d3d 100644
--- a/todo.py
+++ b/todo.py
@@ -40,7 +40,7 @@ class ToDo:
if not format: continue
w = self.intf.waitWindow("Formatting",
"Formatting %s filesystem..." % (mntpoint,))
- isys.makeDevInode(n, '/tmp/' + device)
+ isys.makeDevInode(device, '/tmp/' + device)
util.execWithRedirect("mke2fs", [ "mke2fs", '/tmp/' + device ],
stdout = None, stderr = None, searchPath = 1)
os.remove('/tmp/' + device)