tests/traffic_lights/beremiz.xml
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Mon, 18 Apr 2016 18:51:59 +0300 |
changeset 1477 |
270dba8bf87b |
parent 1383 |
45935812f930
|
child 2231 |
7d87a0f98345 |
permissions |
-rw-r--r-- |
fix issue, when structure data type with array field is created
Traceback (most recent call last):
File "editors/DataTypeEditor.py", line 669, in ElementArrayTypeFunction
self.RefreshTypeInfos()
File "editors/DataTypeEditor.py", line 761, in RefreshTypeInfos
self.Controler.SetDataTypeInfos(self.TagName, infos)
File "PLCControler.py", line 2075, in SetDataTypeInfos
array.baseType.setcontent(PLCOpenParser.CreateElement(
AttributeError: 'lxml.etree._Element' object has no attribute 'setcontent'
1383
|
1 |
<?xml version='1.0' encoding='utf-8'?>
|
|
2 |
<BeremizRoot URI_location="LOCAL://">
|
|
3 |
<TargetType/>
|
|
4 |
</BeremizRoot>
|