Commit 3d5e9676 authored by Ophélie Gagnard's avatar Ophélie Gagnard

slapos_metadata_transform_agent: Fix a minor bug.

parent c9b2f062
......@@ -115,9 +115,9 @@ if 'file_system_image/reference_image' in in_data_stream.getPublicationSectionLi
if not out_data_array.getCausality():
ingestion_line = in_data_stream.getAggregateRelatedValue(portal_type='Data Ingestion Line')
ressource = ingestion_line.getRessource()
exclude_file_list = ingestion_line.getRessourceValue().DataProduct_getExcludeFileList()
out_data_array.edit(causality=ressource)
resource = ingestion_line.getResource()
exclude_file_list = ingestion_line.getResourceValue().DataProduct_getExcludeFileList()
out_data_array.edit(causality=resource)
start = progress_indicator.getIntOffsetIndex()
end = in_data_stream.getSize()
......
......@@ -149,7 +149,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>997.41932.7971.15496</string> </value>
<value> <string>997.41933.21687.42990</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -167,7 +167,7 @@
</tuple>
<state>
<tuple>
<float>1642697119.85</float>
<float>1643288912.88</float>
<string>UTC</string>
</tuple>
</state>
......
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