Always raise error on verify error

This commit is contained in:
shortcutme 2019-12-17 14:23:31 +01:00
parent 0171cb0844
commit 1eda3258de
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ class ContentManager(object):
self.site.settings["size_optional"] = site_size_optional
return True
else:
return False
raise VerifyError("Content verify error")
def verifyContentInclude(self, inner_path, content, content_size, content_size_optional):
# Load include details