diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/abrt-bz-ratingfixer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/abrt-bz-ratingfixer b/scripts/abrt-bz-ratingfixer index f774081d..d7881978 100755 --- a/scripts/abrt-bz-ratingfixer +++ b/scripts/abrt-bz-ratingfixer @@ -126,7 +126,7 @@ for buginfo in buginfos: if helper.returncode != 0: print "Problems with rating {0}".format(filename) continue - + # Get the comment count. We do not want to close bugs which # are in the middle of a discussion. bug = bz.getbug(buginfo.bug_id) @@ -185,7 +185,7 @@ def ownerCmp(a, b): return 0 else: return 1 - + print "============= SUMMARY" closedcount = 0 if options.wiki: |
