Undefined 'logger' variable

This commit is contained in:
Thomas Nagy 2013-07-16 20:59:36 +02:00
parent 043cf665d2
commit dd74c243d0
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ def wrap_compiled_task(classname):
# Pipe through the remaining stdout content (not related to /showIncludes)
if self.generator.bld.logger:
logger.debug('out: %s' % os.linesep.join(out))
self.generator.bld.logger.debug('out: %s' % os.linesep.join(out))
else:
sys.stdout.write(os.linesep.join(out) + os.linesep)