summaryrefslogtreecommitdiff
path: root/file_utils.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-31 13:08:51 -0700
committerScott Gasch <[email protected]>2021-10-31 13:08:51 -0700
commiteb9e6df32ed696158bf34dba6464277b648f5c74 (patch)
tree54ae278562008b0ffa834b2d34b2158d9119dc65 /file_utils.py
parent05a26ae305adfc47f38b8534ec8f35640df3955e (diff)
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Diffstat (limited to 'file_utils.py')
-rw-r--r--file_utils.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/file_utils.py b/file_utils.py
index 7270e30..67e6f56 100644
--- a/file_utils.py
+++ b/file_utils.py
@@ -19,6 +19,9 @@ from uuid import uuid4
logger = logging.getLogger(__name__)
+# os.remove(file) you fuckwit.
+
+
def create_path_if_not_exist(path, on_error=None):
"""
Attempts to create path if it does not exist. If on_error is