We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f55ed commit 80b6589Copy full SHA for 80b6589
zorg/jenkins/inspect_log.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
#
3
# Search a given log file for patterns defined in patterns.py and produce a
4
# HTML snippet for the matching lines.
@@ -10,7 +10,7 @@
10
# with the count (i.e. "warning: bla blup [20 times]")
11
# Could merge the first 2 or 3 instances to show in the details section.
12
# - Write highlighted html log with all matches highlighted/linked?
13
-from cgi import escape
+from html import escape
14
from collections import deque
15
from patterns import default_search
16
import os.path
0 commit comments