From d19a8156b97e356d44a52ed39375a7acb3b309f0 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 2 Jun 2014 13:20:13 +0200 Subject: [PATCH] raise logloevel of the css-parts to avoid getting notified on (in browser-css) unknown css-properties --- make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.py b/make.py index 5c10121..9a63b4a 100755 --- a/make.py +++ b/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