Skip to content
Snippets Groups Projects
Commit 2de38b3a authored by Andreas Freise's avatar Andreas Freise
Browse files

small fix to printing.

parent 1eb84348
No related branches found
No related tags found
No related merge requests found
......@@ -429,7 +429,8 @@ class kat(object):
[out,errpipe] = p.communicate()
if printout == 1:
print out
print ""
else:
if printerr == 1: print ""
# get the version number
ix = out.find('build ') + 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment