From: Jaroslav Kysela Date: Thu, 14 May 2015 09:43:57 +0000 (+0200) Subject: support/css.py: little fix (V) X-Git-Tag: v4.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8195da2d0e11cb947e2e2ea633c9b3529b45a1a7;p=thirdparty%2Ftvheadend.git support/css.py: little fix (V) --- diff --git a/support/css.py b/support/css.py index b97cc56b4..8bbf00d75 100755 --- a/support/css.py +++ b/support/css.py @@ -5,7 +5,7 @@ import sys, os -VERBOSE = len(os.environ['V'] or '') > 0 +VERBOSE = 'V' in os.environ and len(os.environ['V']) > 0 TVHDIR = os.path.realpath('.') def info(fmt, *msg):