Not pdf, but less folder

This commit is contained in:
Meir Kriheli 2012-04-28 03:27:30 +03:00
commit 0924a9dd73

View file

@ -430,7 +430,7 @@ class LessCSSGenerator(Generator):
try: try:
os.makedirs(target_dir) os.makedirs(target_dir)
except OSError: 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) target_dir)
cmd = ' '.join([self._lessc, less_file, target]) cmd = ' '.join([self._lessc, less_file, target])