summarylogtreecommitdiffstats
path: root/ansible_lint_junit_0.9_python3.patch
blob: 475a5af377b008c727fe323b7dd95a0ada12861c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py
index bba1c24..27f57ac 100755
--- a/bootstrap/bootstrap.py
+++ b/bootstrap/bootstrap.py
@@ -49,7 +49,7 @@ def main():
         parsed_lines = []
         for line in ansible_lint_output:
             if 0 < len(line):
-                # print line
+                # print(line)
 
                 line_match = line_regex.match(line)
 
@@ -78,4 +78,4 @@ def main():
     parsed_lines_xml = ET.tostring(testsuites, encoding='utf8', method='xml')
 
     if options.verbose:
-        print parsed_lines_xml
+        print(parsed_lines_xml)