summaryrefslogtreecommitdiffstats
path: root/src/report-python
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-24 19:33:14 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-24 19:33:14 +0200
commitbc928c05389d1f8fc2c60b130187cacae6cbdda5 (patch)
treee632604aa481e276466ed44e8665566fdd6437a6 /src/report-python
parent19f6ebe0c9d2de584c1fa25140a5ef2fd5ba1e7f (diff)
downloadabrt-bc928c05389d1f8fc2c60b130187cacae6cbdda5.tar.gz
abrt-bc928c05389d1f8fc2c60b130187cacae6cbdda5.tar.xz
abrt-bc928c05389d1f8fc2c60b130187cacae6cbdda5.zip
forgot one instance of s/"global_uuid"/"duphash"/
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python')
-rw-r--r--src/report-python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/__init__.py b/src/report-python/__init__.py
index 2e875638..23c8becb 100644
--- a/src/report-python/__init__.py
+++ b/src/report-python/__init__.py
@@ -112,7 +112,7 @@ def createAlertSignature(component, hashmarkername, hashvalue, summary, alertSig
cd.add("component", component)
cd.add("hashmarkername", hashmarkername)
#cd.add("localhash", hashvalue)
- cd.add("global_uuid", hashvalue)
+ cd.add("duphash", hashvalue)
cd.add("reason", summary)
cd.add("description", alertSignature)
cd.add("product", getProduct())