Merge "Make "Won't Fix" a closed status in recheckwatch"

This commit is contained in:
Jenkins 2013-09-23 19:05:42 +00:00 committed by Gerrit Code Review
commit 6a8ec2c6ff

View File

@ -27,7 +27,7 @@ from launchpadlib.launchpad import Launchpad
from launchpadlib.uris import LPNET_SERVICE_ROOT
import daemon
CLOSED_STATUSES = ['Fix Released', 'Invalid', 'Fix Committed']
CLOSED_STATUSES = ['Fix Released', 'Invalid', 'Fix Committed', 'Won\'t Fix']
try:
import daemon.pidlockfile