get_log_filepath() is working under all platforms

This commit is contained in:
2Shirt 2019-08-06 21:52:11 -06:00
parent bde8d33f20
commit f75feca345
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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()