Skip to content

Commit 14a3205

Browse files
authored
Merge pull request #430 from wbatista09/master
Filter List - Equals Any Of - FIX
2 parents ac03536 + 9ec5e3d commit 14a3205

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)