doxygen: task_gen has no attribute generator, correct reference and make error message a bit more readable

This commit is contained in:
fedepell 2018-06-05 14:34:25 +02:00 committed by ita1024
parent efea0378fd
commit 8b4d979dad
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class tar(Task.Task):
@feature('doxygen')
def process_doxy(self):
if not getattr(self, 'doxyfile', None):
self.generator.bld.fatal('no doxyfile??')
self.bld.fatal('no doxyfile variable specified??')
node = self.doxyfile
if not isinstance(node, Node.Node):