Commit 25f78812 authored by Federico Vaga's avatar Federico Vaga

sw:py: remove unused file after DMA stop

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 6f76b25a
......@@ -25,6 +25,7 @@ class PySPEC:
def dma_stop(self):
if hasattr(self, "dma_file"):
self.dma_file.close()
del self.dma_file
def dma_read(self, size):
"""
......
Markdown is supported
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