Commit 19b8b1de by David Baumgold

reraise exception without changing traceback

parent a6d5b7f2
......@@ -46,7 +46,7 @@ def merge(locale, target='django.po', sources=('django-partial.po',), fail_if_mi
except Exception, e:
if not fail_if_missing:
return
raise e
raise
# merged file is merged.po
merge_cmd = 'msgcat -o merged.po ' + ' '.join(sources)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment