Addressing issue #1116

This commit is contained in:
Harald Klimach 2012-02-18 15:33:56 +01:00
parent b5ea8d79f2
commit 818e057de5
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ def accept_node_to_link(self, node):
"""
PRIVATE INTERNAL USE ONLY
"""
return not x.name.endswith('.pdb')
return not node.name.endswith('.pdb')
@taskgen_method
def add_objects_from_tgen(self, tg):