From f75feca345de9c022f974f6ecd2f08ba4d3885e0 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 6 Aug 2019 21:52:11 -0600 Subject: [PATCH] get_log_filepath() is working under all platforms --- scripts/wk/std.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/wk/std.py b/scripts/wk/std.py index 4f49f924..023f656f 100644 --- a/scripts/wk/std.py +++ b/scripts/wk/std.py @@ -158,7 +158,6 @@ def get_log_filepath(): """Get the log filepath from the root logger, returns pathlib.Path obj. NOTE: This will use the first handler baseFilename it finds (if any).""" - # TODO: Test under all platforms log_filepath = None root_logger = logging.getLogger()