Changes between Initial Version and Version 1 of Ticket #12758, comment 1


Ignore:
Timestamp:
Apr 28, 2016, 7:06:24 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12758, comment 1

    initial v1  
    55-        raise TracError("HTMLDOC is not installed.")
    66+    except OSError, e:
    7 +        self.log.error("Error checking htmldoc version: %s", e)
     7+        env.log.error("Error checking htmldoc version: %s", e)
    88+        raise TracError("HTMLDOC is not installed.")
    99}}}