Bugfix: not cleanup done of h5 dataset in recording. That might be problematic
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
43cf2427ea
commit
ae3f8043e0
@ -218,6 +218,10 @@ class Recording:
|
|||||||
# from StreamMgr.
|
# from StreamMgr.
|
||||||
self.indh = None
|
self.indh = None
|
||||||
|
|
||||||
|
# Remove handle to dataset otherwise the h5 file is not closed
|
||||||
|
# properly.
|
||||||
|
self.ad = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Close the recording file
|
# Close the recording file
|
||||||
self.f.close()
|
self.f.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user