개정판 4d085e55
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