Remove macOS override to default log path
Isn't needed since we're setting $HOME and including a symlink. i.e. /var/root/Logs --> /Volumes/RAM_Disk/Logs
This commit is contained in:
parent
9478000cdf
commit
9eb782e2b7
1 changed files with 1 additions and 4 deletions
|
|
@ -13,10 +13,7 @@ from wk.io import non_clobber_path
|
|||
|
||||
|
||||
# STATIC VARIABLES
|
||||
if os.path.exists('/.wk-live-macos'):
|
||||
# Workaround for live macOS env
|
||||
DEFAULT_LOG_DIR = '/Volumes/RAM_Disk/Logs'
|
||||
elif os.name == 'nt':
|
||||
if os.name == 'nt':
|
||||
# Example: "C:\WK\1955-11-05\WizardKit"
|
||||
DEFAULT_LOG_DIR = (
|
||||
f'{os.environ.get("SYSTEMDRIVE", "C:")}/'
|
||||
|
|
|
|||
Loading…
Reference in a new issue