프로젝트

일반

사용자정보

개정판 26ffe3d3

ID26ffe3d3a963e65a458b2267a13def624a84e3dc
상위 98d0af30
하위 ce8d959d

함의성이(가) 약 5년 전에 추가함

issue #563: fix findowner

Change-Id: Ic16275377ae09a87440fc535fbd41fdf1f7952f1

차이점 보기:

DTI_PID/DTI_PID/Shapes/EngineeringAbstractItem.py
241 241
        """calculate all attributes of item"""
242 242
        import re
243 243

  
244
        if findOwner and hasattr(self, '_skip'):
244
        if findOwner and self._skip:
245 245
            return self.attrs
246
        elif findOwner and not hasattr(self, '_skip'):
246
        elif findOwner:
247 247
            self._skip = True
248 248

  
249 249
        _attrs = {}

내보내기 Unified diff