Remove date from DEFAULT_LOG_DIR
This commit is contained in:
parent
005d4d1ea6
commit
b2c94113d9
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ if os.name == 'nt':
|
||||||
# Example: "C:\WK\1955-11-05\WizardKit"
|
# Example: "C:\WK\1955-11-05\WizardKit"
|
||||||
DEFAULT_LOG_DIR = (
|
DEFAULT_LOG_DIR = (
|
||||||
f'{os.environ.get("SYSTEMDRIVE", "C:")}/'
|
f'{os.environ.get("SYSTEMDRIVE", "C:")}/'
|
||||||
f'{cfg.main.KIT_NAME_SHORT}/'
|
f'{cfg.main.KIT_NAME_SHORT}/Logs/'
|
||||||
f'{time.strftime("%Y-%m-%d")}'
|
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
# Example: "/home/tech/Logs"
|
# Example: "/home/tech/Logs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue