Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
maja
maja
Commits
50fcf3fc
Commit
50fcf3fc
authored
Dec 07, 2020
by
Julie Brossard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '195-error-qkl-xsd-validation' into release_v4.2.3
parents
c7ac8b43
26ed63c8
Pipeline
#6997
failed with stages
in 25 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
orchestrator/plugins/common/muscate/maja_muscate_l2_header_writer.py
...r/plugins/common/muscate/maja_muscate_l2_header_writer.py
+3
-2
No files found.
orchestrator/plugins/common/muscate/maja_muscate_l2_header_writer.py
View file @
50fcf3fc
...
...
@@ -725,10 +725,11 @@ class MajaMuscateL2HeaderWriter(L2HeaderWriterBase):
xml_tools
.
remove_node
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Image_List/"
+
"Image_MACC_template_temporary_node_Flat_Reflectance"
)
if
not
self
.
writel2products
:
# DM2706
xml_tools
.
remove_
child
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Image_List"
)
xml_tools
.
remove_
child
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Mask_List"
)
xml_tools
.
remove_
node
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Image_List"
)
xml_tools
.
remove_
node
(
output_handler
.
root
,
"//Product_Organisation/Muscate_Product/Mask_List"
)
# Write Private_Directory
output_handler
.
set_value_of
(
"JobProcessingInformationsFileFilename"
,
"DATA/"
+
os
.
path
.
basename
(
pJpiFilename
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment