Skip to content

Commit

Permalink
new support for find string with no/invalid value
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 28, 2015
1 parent b2f8419 commit c7e4cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appier/util.py
Expand Up @@ -76,6 +76,7 @@
defines = defines

def to_find(find_s):
if not find_s: return []
find_t = type(find_s)
if find_t == list: return find_s
return [find_s]
Expand Down

0 comments on commit c7e4cad

Please sign in to comment.