Fixed logging under live macOS

This commit is contained in:
2Shirt 2020-01-30 13:07:04 -07:00
parent e1943b9fb4
commit c7d57ff266
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -13,7 +13,10 @@ from wk.io import non_clobber_path
# STATIC VARIABLES
if os.name == 'nt':
if os.path.exists('/.wk-live-macos'):
# Workaround for live macOS env
DEFAULT_LOG_DIR = '/var/log/WizardKit'
elif os.name == 'nt':
# Example: "C:\WK\1955-11-05\WizardKit"
DEFAULT_LOG_DIR = (
f'{os.environ.get("SYSTEMDRIVE", "C:")}/'