shmdir fixes
Two fixes:
- there was a missing shutil import for moving files around in the shmdir utilities.
- When some of the refactoring was done with the framecpp stuff, the
frame
variable was leftover which caused a crash whenshmdir
kwarg was set when writing frames to disk instream.timeseries
.
Edited by Patrick Godwin