Commit 6b52e4f3 authored by Ivan Tyagov's avatar Ivan Tyagov

Fixup : XML changes.

Needed after 85b18536
(uses old XML format which breaks codign styles tests)
parent b617c3af
Pipeline #32277 failed with stage
in 0 seconds
...@@ -19,4 +19,3 @@ for line in context.objectValues(portal_type="Data Analysis Line"): ...@@ -19,4 +19,3 @@ for line in context.objectValues(portal_type="Data Analysis Line"):
if context.getRefreshState() != "refresh_started": if context.getRefreshState() != "refresh_started":
context.startRefresh() context.startRefresh()
context.activate(serialization_tag=str(context.getUid())).DataAnalysis_executeDataOperation() context.activate(serialization_tag=str(context.getUid())).DataAnalysis_executeDataOperation()
...@@ -6,18 +6,18 @@ ...@@ -6,18 +6,18 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item> <item>
<key> <string>_bind_names</string> </key> <key> <string>_bind_names</string> </key>
<value> <value>
<object> <object>
<klass> <klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> <global name="_reconstructor" module="copy_reg"/>
</klass> </klass>
<tuple/> <tuple>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
<global name="object" module="__builtin__"/>
<none/>
</tuple>
<state> <state>
<dictionary> <dictionary>
<item> <item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment