Skip to content
Snippets Groups Projects
Commit 344c732d authored by Sean Leavey's avatar Sean Leavey
Browse files

Bug fix

parent 7beff5b5
No related branches found
No related tags found
No related merge requests found
...@@ -810,7 +810,7 @@ class kat(object): ...@@ -810,7 +810,7 @@ class kat(object):
#print "Trace 1: {0}".format(out[search:]) #print "Trace 1: {0}".format(out[search:])
# for now, just try to print the trace block in full # for now, just try to print the trace block in full
print out[out.find(' --- highest order of TEM modes') :] print out[out.find(' ---') :]
katfile.close() katfile.close()
perfData = [] perfData = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment