changed storage interface to not require exceptions
This commit is contained in:
@@ -60,6 +60,8 @@ for k in keys:
|
||||
except:
|
||||
print l
|
||||
|
||||
out.close()
|
||||
peak_out.close()
|
||||
|
||||
out = open('send_buffer.gnuplot', 'wb')
|
||||
print >>out, "set term png size 1200,700"
|
||||
@@ -79,5 +81,5 @@ for k in keys:
|
||||
print >>out, 'x=0'
|
||||
out.close()
|
||||
|
||||
os.system('gnuplot send_buffer.gnuplot');
|
||||
os.system('gnuplot send_buffer.gnuplot')
|
||||
|
||||
|
Reference in New Issue
Block a user