Arthur Magill a écrit : > Hi Thomas, > > No problem, thanks for the fix - I'll try it later. What was the problem? > > Arthur
Well, an usual problem: the 'key' variable was not initialized! The fix is then trivial: if self.MemberfunctionDocStrings.has_key(function_name): key = function_name +else: + key = None if self._generate_doc and not ('Handle' in class_parent_name) and key!=None: Thomas _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users