Remove assert stmt from i18n validate script

This commit is contained in:
Sarina Canelake
2014-03-03 09:02:29 -05:00
parent f74a0f4f55
commit c74f30baa4

View File

@@ -43,7 +43,6 @@ def msgfmt_check_po_file(filename):
if err != '':
log.info('\n' + out)
log.warn('\n' + err)
assert not err
def tags_in_string(msg):