forked from openlp/openlp
Simplified Validate Method
This commit is contained in:
parent
443ad478c1
commit
0bc2e5b71e
@ -521,7 +521,4 @@ class ServiceItem(object):
|
|||||||
"""
|
"""
|
||||||
Validates this service item
|
Validates this service item
|
||||||
"""
|
"""
|
||||||
if not self._raw_frames:
|
return bool(self._raw_frames)
|
||||||
self.is_valid = False
|
|
||||||
return self.is_valid
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user