We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 872658c + 6fed908 commit 5c330daCopy full SHA for 5c330da
ChangeLog
@@ -1,3 +1,7 @@
1
+2026-02-28 Jan Kotanski <jankotan@gmail.com>
2
+ * remove file object after closing it (#23)
3
+ * tagged as v0.0.7
4
+
5
2026-02-28 Jan Kotanski <jankotan@gmail.com>
6
* stop writing scan points on stop command (#19)
7
* tagged as v0.0.6
nxsblisswriter/NXSFile.py
@@ -621,3 +621,6 @@ def close(self):
621
root = self.__mfile.root()
622
root.close()
623
self.__mfile.close()
624
+ self.__mfile = None
625
+ self.__cursors = {}
626
+ self.__nxfields = {}
nxsblisswriter/Release.py
@@ -20,4 +20,4 @@
20
""" release version module """
21
22
#: version number
23
-__version__ = "0.0.6"
+__version__ = "0.0.7"
0 commit comments