Commit a368d69e authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

pop full_waveform in append_and_save

Showing with 2 additions and 1 deletion
+2 -1
......@@ -210,7 +210,8 @@ class OhmPi(object):
last_measurement.update(idic)
last_measurement.update(udic)
last_measurement.update(tdic)
last_measurement.pop('full_waveform')
last_measurement.pop('full_waveform')
if os.path.isfile(filename):
# Load data file and append data to it
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment