patch the -a selection option
This commit is contained in:
@ -128,7 +128,7 @@ def filterGenerator(options):
|
|||||||
|
|
||||||
if good and hasattr(options, 'attributePatterns'):
|
if good and hasattr(options, 'attributePatterns'):
|
||||||
good = (reduce(lambda x,y : x and y,
|
good = (reduce(lambda x,y : x and y,
|
||||||
(bool(options.attributePatterns[p].search(seq[p]))
|
(bool(options.attributePatterns[p].search(str(seq[p])))
|
||||||
for p in options.attributePatterns
|
for p in options.attributePatterns
|
||||||
if p in seq),True)
|
if p in seq),True)
|
||||||
and
|
and
|
||||||
|
Reference in New Issue
Block a user