From 2de38b3a6f54c5668c3449fcfd8a26f54406c0fe Mon Sep 17 00:00:00 2001 From: Andreas Freise <adf@star.bham.ac.uk> Date: Sun, 5 Jan 2014 17:40:44 +0000 Subject: [PATCH] small fix to printing. --- pykat/finesse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pykat/finesse.py b/pykat/finesse.py index 1936dca..f709805 100644 --- a/pykat/finesse.py +++ b/pykat/finesse.py @@ -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 -- GitLab