diff --git a/pylot/core/read/data.py b/pylot/core/read/data.py index 3c83e9aa..e543e04f 100644 --- a/pylot/core/read/data.py +++ b/pylot/core/read/data.py @@ -305,8 +305,8 @@ class Data(object): except ValueError as e: vmsg = '{0}'.format(e) print(vmsg) - else: - print("Trace has already been corrected!") + else: + print("Trace has already been corrected!") # check for RESP-file if len(respfile) >= 1: print("Found response file(s)!")