diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-31 23:21:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-31 23:21:17 +0000 |
commit | ddb1c1454012411f2636c59d651be3bd98151692 (patch) | |
tree | e675108593fbd2336f4516c670b8d7ae2ccf2d9d /anaconda | |
parent | 1499448e753fb42e09399e4527ca2b66438c7d3a (diff) | |
download | anaconda-ddb1c1454012411f2636c59d651be3bd98151692.tar.gz anaconda-ddb1c1454012411f2636c59d651be3bd98151692.tar.xz anaconda-ddb1c1454012411f2636c59d651be3bd98151692.zip |
fixup for failing
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -95,12 +95,10 @@ if (mode == 'g' and not os.environ.has_key('DISPLAY')): try: result = xserver.startX () except RuntimeError: - print "X startup failed, falling back to text mode" - mode = 't' - if not result: + print "X startup failed, falling back to text mode" mode = 't' else: - (mouseInfo, x) = (result) + (mouseInfo, x) = (result) if (mode == 'g'): if not test and not localInstall: |