Loading src/cso/cso_s5p.py +2 −2 Original line number Diff line number Diff line Loading @@ -2879,8 +2879,8 @@ class CSO_S5p_Convert(utopya.UtopyaRc): if len(odf) == 0: continue elif len(odf) > 1: logging.error(f"found {len(odf)} records matching selection;" + " use finer selection, or something wrong in inquiry table?" ) logging.error(f"found multiple records matching selection;" + " use finer selection, or something wrong in inquiry table(s)?" ) raise Exception #endif # selected record: Loading src/cso/cso_file.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/cso/cso_s5p.py +2 −2 Original line number Diff line number Diff line Loading @@ -2879,8 +2879,8 @@ class CSO_S5p_Convert(utopya.UtopyaRc): if len(odf) == 0: continue elif len(odf) > 1: logging.error(f"found {len(odf)} records matching selection;" + " use finer selection, or something wrong in inquiry table?" ) logging.error(f"found multiple records matching selection;" + " use finer selection, or something wrong in inquiry table(s)?" ) raise Exception #endif # selected record: Loading