raise logloevel of the css-parts to avoid getting notified on (in browser-css) unknown css-properties

This commit is contained in:
MaZderMind 2014-06-02 13:20:13 +02:00
parent 4a1acc99ba
commit d19a8156b9

View file

@ -62,7 +62,7 @@ def ensureFilesRemoved(pattern):
os.unlink(f) os.unlink(f)
cssutils.ser.prefs.lineSeparator = ' ' 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')): def render(infile, outfile, sequence, parameters={}, workdir=os.path.join(projectname, 'artwork')):
# in debug mode we have no thread-worker which prints its progress # in debug mode we have no thread-worker which prints its progress