summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-12 20:18:57 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-12 20:18:57 +0000
commit44ea7cd01dde72743f5e0acef493096a7774a26b (patch)
tree44529f3bed85defdd5cbae4e92267f4363766bac /isys
parent326b5219b14ccde82d9deeb5ecde3ff76e045065 (diff)
downloadanaconda-44ea7cd01dde72743f5e0acef493096a7774a26b.tar.gz
anaconda-44ea7cd01dde72743f5e0acef493096a7774a26b.tar.xz
anaconda-44ea7cd01dde72743f5e0acef493096a7774a26b.zip
tyop (#123093)
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 868fddee2..474e1461a 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -593,7 +593,7 @@ def ejectCdrom(device, makeDevice = 1):
makeDevInode(device, "/tmp/cdrom")
fd = os.open("/tmp/cdrom", os.O_RDONLY|os.O_NONBLOCK)
else:
- fd = os.open(device, os.O_RDONLY|os.O_NOBLOCK)
+ fd = os.open(device, os.O_RDONLY|os.O_NONBLOCK)
# this is a best effort
try: