Skip to content
Snippets Groups Projects
Commit 79b6e2d1 authored by TGermain's avatar TGermain
Browse files

modify conf to avoid rtd warning build message related to bashrc path

parent dbcf0691
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ class Config:
logging.error(
"Make sure the path to the sen2cor Bashrc file is valid."
)
raise ValueError("Invalid sen2cor Bashrc")
#raise ValueError("Invalid sen2cor Bashrc")
def get(self, param: str) -> str:
"""Returns a parameter value.
......
......@@ -764,6 +764,7 @@ class Job:
cloudmask = self.get_cm_version(row.cloudmask)
t = Tile(row.tile)
l2a_to_process = [
p.identifier
for p in t.cloudmasks_missing(
cm_version = cloudmask["cm_version"].lower(),
......
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