Esempio n. 1
0
def _antiword(filename):
    try:
        return antiword(filename, logger)
    except:
        logger.error("antiword failure " + traceback.format_exc())
        return ""
Esempio n. 2
0
def _antiword(filename):
    try:
        return antiword(filename, logger)
    except:
        logger.error('antiword failure ' + traceback.format_exc())
        return ''
Esempio n. 3
0
def _antiword(filename):
    try:
        return antiword(filename, logger)
    except:
        logger.exception(u'antiword failure with file: %s' % filename)
        return ''
Esempio n. 4
0
def _antiword(filename):
    try:
        return antiword(filename, logger)
    except:
        logger.exception(u'antiword failure with file: %s' % filename)
        return ''