프로젝트

일반

사용자정보

개정판 97a795c0

ID97a795c0d0239acd55b0efcb17b0535017eceb01
상위 a4289964
하위 fdbc9ca0

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

issue #000: fix size unit

Change-Id: I543c55de16af0aa5a873820ea083278428833fb8

차이점 보기:

DTI_PID/DTI_PID/Shapes/EngineeringReducerItem.py
45 45
            first, second = '', ''
46 46
            text = matches[0].text().replace("'", '"').upper()
47 47
            # for imperial
48
            if text.find('"') is not -1:
48
            if sizeUnit == 'Imperial' and text.find('"') is not -1:
49 49
                first = text[:text.find('"') + 1]
50 50

  
51 51
                text = text[text.find('"') + 1:].replace(delimiter.upper(), '',

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)