appy.gen: minor bufgixes.
This commit is contained in:
parent
7d605d1fbb
commit
91d3887847
3 changed files with 7 additions and 5 deletions
|
@ -1898,7 +1898,8 @@ class Ref(Type):
|
|||
self.back.unlinkObject(tool.getObject(refs[i]), obj)
|
||||
i -= 1
|
||||
# Link new objects
|
||||
self.linkObject(obj, objects)
|
||||
if objects:
|
||||
self.linkObject(obj, objects)
|
||||
|
||||
def clone(self, forTool=True):
|
||||
'''Produces a clone of myself.'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue