raise logloevel of the css-parts to avoid getting notified on (in browser-css) unknown css-properties
This commit is contained in:
parent
4a1acc99ba
commit
d19a8156b9
1 changed files with 1 additions and 1 deletions
2
make.py
2
make.py
|
@ -62,7 +62,7 @@ def ensureFilesRemoved(pattern):
|
|||
os.unlink(f)
|
||||
|
||||
cssutils.ser.prefs.lineSeparator = ' '
|
||||
cssutils.log.setLevel(logging.ERROR)
|
||||
cssutils.log.setLevel(logging.FATAL)
|
||||
|
||||
def render(infile, outfile, sequence, parameters={}, workdir=os.path.join(projectname, 'artwork')):
|
||||
# in debug mode we have no thread-worker which prints its progress
|
||||
|
|
Loading…
Add table
Reference in a new issue