summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-01-31 20:02:55 +0000
committerMike Fulbright <msf@redhat.com>2002-01-31 20:02:55 +0000
commit837617f3ea09f061264e0f42a4ab28e5f69a5a8d (patch)
treeb39255022d554980471a6cccc2db50c21a90d1bb
parent438f57d365d6b434002ee68aa9845cf56dd12bb6 (diff)
downloadanaconda-837617f3ea09f061264e0f42a4ab28e5f69a5a8d.tar.gz
anaconda-837617f3ea09f061264e0f42a4ab28e5f69a5a8d.tar.xz
anaconda-837617f3ea09f061264e0f42a4ab28e5f69a5a8d.zip
don't assume we got sane ddc probe results
-rw-r--r--monitor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor.py b/monitor.py
index cdfc6ade0..30edfbe98 100644
--- a/monitor.py
+++ b/monitor.py
@@ -227,6 +227,8 @@ class MonitorInfo:
monitor[0].horizSyncMax)
monVert = "%d-%d" % (monitor[0].vertRefreshMin,
monitor[0].vertRefreshMax)
+
+ monName = ""
if monitor[0].desc != None:
monName = monitor[0].desc