프로젝트

일반

사용자정보

개정판 4d085e55

ID4d085e5531330f7d458023f29790c3e30f1aebac
상위 adc77117
하위 4253757a

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

fix opc connection

Change-Id: I5c3c1f792a1fbb8ef7c5a46131d786c57f948b79

차이점 보기:

DTI_PID/DTI_PID/OPCRelationDialog.py
278 278
            matches1 = [_key for _key in list(attrs1.keys()) if str(_key.UID) == key]
279 279
            matches2 = [_key for _key in list(attrs2.keys()) if str(_key.UID) == key]
280 280

  
281
            if not matches1 and not matches2:
282
                continue
281 283
            if not (matches1 and matches2 and attrs1[matches1[0]] == attrs2[matches2[0]]):
282 284
                return False
283 285

  
DTI_PID/SPPIDConverter/SPPIDConverter.csproj
292 292
    <EmbeddedResource Include="Form\UnitForm.resx">
293 293
      <DependentUpon>UnitForm.cs</DependentUpon>
294 294
    </EmbeddedResource>
295
    <EmbeddedResource Include="Properties\licenses.licx" />
295 296
    <EmbeddedResource Include="Properties\Resources.resx">
296 297
      <Generator>ResXFileCodeGenerator</Generator>
297 298
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>

내보내기 Unified diff

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