Skip to content

Commit 9ec5e3d

Browse files
author
wbatista
committed
issue fix test
1 parent ac03536 commit 9ec5e3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ def filter_list(self, input_list, field, check, value, opposite):
811811
failed_list.append(item)
812812

813813
elif check == "equals any of":
814+
value = self.parse_list_internal(value)
814815
checklist = value.split(",")
815816
found = False
816817
for subcheck in checklist:

0 commit comments

Comments
 (0)