1
0
mirror of https://github.com/jonathanhogg/scopething synced 2025-07-14 03:02:09 +01:00

Small change to closing of scope

This commit is contained in:
2020-07-23 12:38:22 +01:00
parent 742109336b
commit 829eab570a
2 changed files with 5 additions and 3 deletions

2
vm.py
View File

@ -281,6 +281,8 @@ class VirtualMachine:
self._writer.close()
self._writer = None
self._reader = None
return True
return False
__del__ = close