From b454ad295eb3024a238d32bf2aef1ebc3c496b44 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 11 Jan 2022 13:33:24 -0800 Subject: Start using warnings from stdlib. --- file_utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'file_utils.py') diff --git a/file_utils.py b/file_utils.py index 67e6f56..176b0da 100644 --- a/file_utils.py +++ b/file_utils.py @@ -20,6 +20,7 @@ logger = logging.getLogger(__name__) # os.remove(file) you fuckwit. +# os.path.basename too. def create_path_if_not_exist(path, on_error=None): -- cgit v1.3