Skip to content
Snippets Groups Projects
Commit 0f657ec6 authored by Daniel Brown's avatar Daniel Brown
Browse files

fixing print statement

parent d05f4cd5
No related branches found
No related tags found
No related merge requests found
......@@ -1291,11 +1291,11 @@ class kat(object):
objs = self.__blocks[key].contents
for obj in objs:
if isinstance(obj, str):
print obj
print(obj)
found = True
if not found:
print "No extra lines were found"
print("No extra lines were found")
def generateKatScript(self) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment