mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
![]() Python's tempfile.mkstemp method returns an open file descriptor, but native_main.py was ignoring that and re-opening the file. This commit modifies the code to use os.fdopen so that the file descriptor is closed when exiting the 'with ...' context manager. |
||
---|---|---|
.. | ||
__init__.py | ||
install.sh | ||
native_main.py | ||
tridactyl.json |