Closes rhbz#958961

Signed-off-by: Jakub Filak <[email protected]>
---
 src/plugins/python_event.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/plugins/python_event.conf b/src/plugins/python_event.conf
index 56c39b6..1aa0e99 100644
--- a/src/plugins/python_event.conf
+++ b/src/plugins/python_event.conf
@@ -10,7 +10,7 @@ EVENT=post-create analyzer=Python
         abrt-action-analyze-python
         abrt-action-generate-core-backtrace
 
-EVENT=report_Bugzilla analyzer=Python
+EVENT=report_Bugzilla analyzer=Python component!=anaconda
         test -f component || abrt-action-save-package-data
         reporter-bugzilla -b \
                 -c /etc/libreport/plugins/bugzilla.conf
@@ -25,8 +25,8 @@ EVENT=post_report analyzer=Python
         reporter-ureport -r
 
 # Reporting of python exceptions
-EVENT=report-gui analyzer=Python
+EVENT=report-gui analyzer=Python component!=anaconda
         report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e 
post_report -- "$DUMP_DIR"
 
-EVENT=report-cli analyzer=Python
+EVENT=report-cli analyzer=Python component!=anaconda
         report-cli -e report_uReport -e report_Bugzilla -e post_report -- 
"$DUMP_DIR"
-- 
1.8.1.4

Reply via email to