You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
antiword failure with file: /oknesset_data/oknesset/Open-Knesset/data/plenum_protocols/2015_5_4_20_ptm_305541.doc
plenum/management/commands/parse_plenum_protocols_subcommands/download.py in _antiword
def _antiword(filename):
try:
return antiword(filename, logger)
except:
logger.exception(u'antiword failure with file: %s' % filename)
Local variables
simple/management/utils.py in antiword
logger = local_logger
cmd = 'antiword -x db ' + filename + ' > ' + filename + '.awdb.xml'
logger.debug(cmd)
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
logger.debug(output)
with open(filename + '.awdb.xml', 'r') as f:
The text was updated successfully, but these errors were encountered: