typo in tools.py
This commit is contained in:
parent
6cb19e6879
commit
9f319d64fe
|
@ -198,7 +198,7 @@ def copy_template_dir(process):
|
||||||
"www" : domain.www_dirs["template"],
|
"www" : domain.www_dirs["template"],
|
||||||
}
|
}
|
||||||
log_dirs = {
|
log_dirs = {
|
||||||
"wip" : ".../modules/templates/",
|
"wip" : ".../templates/",
|
||||||
"www" : ".../wip/template/",
|
"www" : ".../wip/template/",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue