diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-30 06:56:55 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-30 06:56:55 +0000 |
commit | 128b83ca591ccef185da14cea6c588c4f45a8d99 (patch) | |
tree | 46af140c55d188476aa3a1ac4735bcd6f839bef0 /iutil.py | |
parent | de71bf5206a0f91ef45e1747abf118c1819db3e2 (diff) | |
download | anaconda-128b83ca591ccef185da14cea6c588c4f45a8d99.tar.gz anaconda-128b83ca591ccef185da14cea6c588c4f45a8d99.tar.xz anaconda-128b83ca591ccef185da14cea6c588c4f45a8d99.zip |
duh
Diffstat (limited to 'iutil.py')
-rw-r--r-- | iutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,4 +395,4 @@ def copyDeviceNode(src, dest): # XXX should we just fallback to copying normally? raise RuntimeError, "Tried to copy %s which isn't a device node" % (src,) - isys.mknod(dest, mode | type, filestat[stat.ST_DEV]) + isys.mknod(dest, mode | type, filestat.st_rdev) |