Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
support/css.py: little fix (V)
  • Loading branch information
perexg committed May 14, 2015
1 parent 1a6ba12 commit 8195da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/css.py
Expand Up @@ -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):
Expand Down

0 comments on commit 8195da2

Please sign in to comment.