1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Trying to fix an issue with ShelfPlugin

This commit is contained in:
J. Fernando Sánchez
2015-12-10 16:13:22 +01:00
parent f74ee668b6
commit 82496dc8e4
2 changed files with 2 additions and 1 deletions

View File

@@ -152,4 +152,5 @@ class ShelfMixin(object):
return self._shelf_file
def close(self):
self.sh.close()
del(self._sh)