Skip to content

shmdir fixes

Patrick Godwin requested to merge shmdir_fixes into master

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 when shmdir kwarg was set when writing frames to disk in stream.timeseries.
Edited by Patrick Godwin

Merge request reports