summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-09-08 11:45:00 -0400
committerChris Lumens <clumens@redhat.com>2008-09-08 11:45:00 -0400
commit86d58d6ffd25892fd84ce4aa57ca52ad7c73d647 (patch)
treec658bf076fc1f5ac8d76d74a5d34378dbd02a110 /exception.py
parentce62c1c27adcf413e80f63faed8ea8f48bf357de (diff)
downloadanaconda-86d58d6ffd25892fd84ce4aa57ca52ad7c73d647.tar.gz
anaconda-86d58d6ffd25892fd84ce4aa57ca52ad7c73d647.tar.xz
anaconda-86d58d6ffd25892fd84ce4aa57ca52ad7c73d647.zip
short_desc is now summary.
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index 93dc36820..571a79ea1 100644
--- a/exception.py
+++ b/exception.py
@@ -418,7 +418,7 @@ def saveToBugzilla(anaconda, exn, dest):
priority="medium",
op_sys="Linux",
bug_file_loc="http://",
- short_desc=dest[2],
+ summary=dest[2],
comment="This bug was filed automatically by anaconda.",
status_whiteboard=wb))
if bug is None: