TNO Intern

Commit 51343099 authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated messsages.

parent 83635e2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:
+1 −1

File changed.

Contains only whitespace changes.