Skip to content
Snippets Groups Projects
Commit e09afcea authored by Andreas Freise's avatar Andreas Freise
Browse files

ignoring Gnuplot/Pyhton term command while reading kat files (for now)

parent b5ed10f4
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,9 @@ class kat(object):
raise pkex.BasePyKatException("deriv_h command `{0}` is incorrect.".format(line))
else:
self.deriv_h = float(v[1])
elif(first == "gnuterm" or first == "pyterm"):
if self.verbose:
print "Ignoring Gnuplot/Python terminal command '{0}'".format(line)
else:
if self.verbose:
print "Parsing `{0}` into pykat object not implemented yet, added as extra line.".format(line)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment