Typo fix
This commit is contained in:
parent
8b4daa507b
commit
f30a6dd3db
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def start(config=None):
|
||||||
log_path = '{drive}/{short}/Logs/{date}/{full}/log_{datetime}.log'.format(
|
log_path = '{drive}/{short}/Logs/{date}/{full}/log_{datetime}.log'.format(
|
||||||
drive=os.environ.get('SYSTEMDRIVE', 'C:'),
|
drive=os.environ.get('SYSTEMDRIVE', 'C:'),
|
||||||
short=cfg.main.KIT_NAME_SHORT,
|
short=cfg.main.KIT_NAME_SHORT,
|
||||||
date=time.strftime('%y-%m-%d'),
|
date=time.strftime('%Y-%m-%d'),
|
||||||
full=cfg.main.KIT_NAME_FULL,
|
full=cfg.main.KIT_NAME_FULL,
|
||||||
datetime=time.strftime('%Y-%m-%d_%H%M%S%z'),
|
datetime=time.strftime('%Y-%m-%d_%H%M%S%z'),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue