[PATCH] filters: Re-add removed constant
Stephen Finucane
stephen.finucane at intel.com
Sat Feb 6 04:15:02 AEDT 2016
There was a rebase mistake in 'f439f54': a constant that should not
have been removed was. Resolve this issue.
Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
patchwork/filters.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/patchwork/filters.py b/patchwork/filters.py
index eaa3e2b..b66407e 100644
--- a/patchwork/filters.py
+++ b/patchwork/filters.py
@@ -330,6 +330,7 @@ class ArchiveFilter(Filter):
class DelegateFilter(Filter):
param = 'delegate'
+ AnyDelegate = 1
def __init__(self, filters):
super(DelegateFilter, self).__init__(filters)
--
2.0.0
More information about the Patchwork
mailing list