Merge branch 'master' into develop

This commit is contained in:
Sebastian Wehling-Benatelli 2015-08-31 13:47:22 +02:00
commit c940b092d0

View File

@ -306,8 +306,8 @@ class Data(object):
except ValueError as e: except ValueError as e:
vmsg = '{0}'.format(e) vmsg = '{0}'.format(e)
print(vmsg) print(vmsg)
else: else:
print("Trace has already been corrected!") print("Trace has already been corrected!")
# check for RESP-file # check for RESP-file
if len(respfile) >= 1: if len(respfile) >= 1:
print("Found response file(s)!") print("Found response file(s)!")