EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESA
PRISM
VS
Commits
72dfa09f
Commit
72dfa09f
authored
Oct 18, 2021
by
Fabian Schindler
Browse files
core: Fixing typo in registrar
parent
b053ef41
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/registrar/backend/eoxserver.py
View file @
72dfa09f
...
@@ -213,7 +213,7 @@ class EOxServerBackend(Backend):
...
@@ -213,7 +213,7 @@ class EOxServerBackend(Backend):
product_type_obj
,
_
=
create_product_type_from_stac_item
(
product_type_obj
,
_
=
create_product_type_from_stac_item
(
item
.
to_dict
(),
item
.
to_dict
(),
product_type_name
=
product_type
[
'
product_typ
e'
],
product_type_name
=
product_type
[
'
nam
e'
],
ignore_existing
=
True
,
ignore_existing
=
True
,
coverage_mapping
=
product_type
.
get
(
'coverages'
,
{})
coverage_mapping
=
product_type
.
get
(
'coverages'
,
{})
)
)
...
@@ -273,7 +273,7 @@ class EOxServerBackend(Backend):
...
@@ -273,7 +273,7 @@ class EOxServerBackend(Backend):
raise
RegistrationError
(
f
'
{
item
}
not matched to any product_type'
)
raise
RegistrationError
(
f
'
{
item
}
not matched to any product_type'
)
logger
.
info
(
logger
.
info
(
f
'Registering into EOxServer for type '
f
'Registering into EOxServer for type '
f
'"
{
product_type
[
"
product_typ
e"
]
}
"'
f
'"
{
product_type
[
"
nam
e"
]
}
"'
)
)
product
=
self
.
_register_with_stac
(
product
=
self
.
_register_with_stac
(
...
...
Fabian Schindler
@fabian.schindler
mentioned in commit
77db242f
·
Oct 18, 2021
mentioned in commit
77db242f
mentioned in commit 77db242f8fa7c61da7df976488faf4102c70ed49
Toggle commit list
Fabian Schindler
@fabian.schindler
mentioned in commit
f34e6eeb
·
Oct 18, 2021
mentioned in commit
f34e6eeb
mentioned in commit f34e6eebed425e900f37de2aa7b9bc2f31e5f632
Toggle commit list
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