working on #396 - adaptation for the verification phase

This commit is contained in:
Bernardo Damele 2013-02-14 18:29:55 +00:00
parent 261db6ed4f
commit 3b38b20176

View File

@ -164,6 +164,8 @@ class UDF:
written = True
else:
return False
else:
return True
for udf, inpRet in udfDict.items():
if udf in self.udfToCreate and udf not in self.createdUdf: