get_log_filepath() is working under all platforms
This commit is contained in:
parent
bde8d33f20
commit
f75feca345
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue