Skip to content
Snippets Groups Projects
Commit ec3f45c3 authored by TGermain's avatar TGermain
Browse files
parents 82b157aa c93445c4
No related branches found
No related tags found
No related merge requests found
Pipeline #1825 passed
......@@ -877,8 +877,8 @@ class L2aProduct(Product):
# if not isinstance(indices_list, list):
# raise TypeError("Indices must be provided as a list.")
baseline=L1cProduct(self.identifier.replace('L2A','L1C')).processing_baseline
baseline=L1cProduct(self.identifier.replace('L2A','L1C')).processing_baseline
# for indice in set(indices_list):
# logger.info("Processing {}: {}".format(indice, self.identifier))
indice_cls = IndicesCollection.get_indice_cls(indice)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment