mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Not pdf, but less folder
This commit is contained in:
parent
f558389006
commit
0924a9dd73
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ class LessCSSGenerator(Generator):
|
|||
try:
|
||||
os.makedirs(target_dir)
|
||||
except OSError:
|
||||
logger.error("Couldn't create the pdf output folder in " +
|
||||
logger.error("Couldn't create the less css output folder in " +
|
||||
target_dir)
|
||||
|
||||
cmd = ' '.join([self._lessc, less_file, target])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue