Issue 1245

This commit is contained in:
Harald Klimach 2013-01-08 19:45:14 +01:00
parent 9e92489dbc
commit 2d29dfc528
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class utest(Task.Task):
"""
filename = self.inputs[0].abspath()
self.ut_exec = getattr(self, 'ut_exec', [filename])
self.ut_exec = getattr(self.generator, 'ut_exec', [filename])
if getattr(self.generator, 'ut_fun', None):
self.generator.ut_fun(self)