add missing return
This commit is contained in:
parent
a604f75912
commit
685a7a6e7f
1 changed files with 1 additions and 0 deletions
|
@ -416,6 +416,7 @@ class ListSingleField(ListField, StringField):
|
||||||
return True
|
return True
|
||||||
if not self.value:
|
if not self.value:
|
||||||
return False
|
return False
|
||||||
|
return True
|
||||||
|
|
||||||
class JidSingleField(ListSingleField):
|
class JidSingleField(ListSingleField):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue