There was an error while loading. Please reload this page.
1 parent e39ac52 commit 2ba6861Copy full SHA for 2ba6861
1 file changed
changelog.py
@@ -1,3 +1,4 @@
1
+# Copyright The IETF Trust 2012-2019, All Rights Reserved
2
import re
3
from tzparse import tzparse
4
from datetime import datetime as Datetime
@@ -66,5 +67,5 @@ def parse(logfile):
66
67
elif entry:
68
entry.logentry += line
69
else:
- print "Unexpected line: '%s'" % line
70
+ print("Unexpected line: '%s'" % line)
71
return entries
0 commit comments