Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lozac'h Loic
AgriFrozenAreaProject
Commits
d5b94e68
Commit
d5b94e68
authored
Aug 18, 2021
by
Lozac'h Loic
Browse files
debug
parent
e7e96af6
Changes
1
Hide whitespace changes
Inline
Side-by-side
frozenapp/eodags1.py
View file @
d5b94e68
...
...
@@ -118,7 +118,7 @@ class EodagS1Downloader():
)
nb_dblav
=
0
for
p
in
sorted
(
products_availability
,
key
=
len
(
products_availability
.
get
),
reverse
=
True
):
for
p
in
sorted
(
products_availability
,
key
=
lambda
k
:
len
(
products_availability
[
k
]
),
reverse
=
True
):
if
len
(
products_availability
[
p
])
==
1
:
print
(
...
...
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