[F] Fix write file when parent dir doesn't exist

This commit is contained in:
2024-11-28 01:26:15 -05:00
parent 27e3f92186
commit 52fcbfc205
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import annotations
__version__ = "1.0.26"
__version__ = "1.0.27"
import time
import logging