Style and linting

This commit is contained in:
Joel Collins 2020-11-12 14:28:44 +00:00
parent b350f62013
commit f4b123c237
4 changed files with 28 additions and 22 deletions

View file

@ -38,6 +38,7 @@ def logs_file_path(filename: str):
os.makedirs(logs_dir)
return os.path.join(logs_dir, filename)
# BASE PATHS
if os.name == "nt":