Removed indentation error.

This commit is contained in:
Ludger Küperkoch 2015-08-31 09:38:18 +02:00
parent 69c17f9fdb
commit d0d38b81cb

View File

@ -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)!")