fix codename for cache file
This commit is contained in:
parent
e5a2ce913e
commit
856486dc80
1 changed files with 2 additions and 2 deletions
|
@ -130,13 +130,13 @@ class __project_codename_camel__:
|
|||
@click.option(
|
||||
'--log-file',
|
||||
'-l',
|
||||
default=f"{LOG_FOLDER}/__project_code_name__.log",
|
||||
default=f"{LOG_FOLDER}/__project_codename__.log",
|
||||
help="File to store all debug messages."
|
||||
)
|
||||
@click.option(
|
||||
'--cache-file',
|
||||
'-f',
|
||||
default=f"{CACHE_FOLDER}/__project_code_name__.json",
|
||||
default=f"{CACHE_FOLDER}/__project_codename__.json",
|
||||
help='Cache file to store data from each run',
|
||||
)
|
||||
@click.option(
|
||||
|
|
Loading…
Reference in a new issue