Tabs instead of spaces! :) ... But python hates the mixture of both. My interpreter refused to run cyclictest.py. Consistently replace them with whitespaces. Signed-off-by: Ralf Ramsauer <ralf.ramsauer@xxxxxxxxxxxxxxxxx> --- rteval/modules/measurement/cyclictest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rteval/modules/measurement/cyclictest.py b/rteval/modules/measurement/cyclictest.py index d920e4b..f6c6d13 100644 --- a/rteval/modules/measurement/cyclictest.py +++ b/rteval/modules/measurement/cyclictest.py @@ -299,13 +299,13 @@ class Cyclictest(rtevalModulePrototype): fp.close() self.__cyclicoutput.seek(0) - try: + try: self.__cyclicprocess = subprocess.Popen(self.__cmd, stdout=self.__cyclicoutput, stderr=self.__nullfp, stdin=self.__nullfp) self.__started = True - except OSError: + except OSError: self.__started = False -- 2.19.0