Commit bd60be09 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

fix formatting

parent 4651439f
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -288,7 +288,9 @@ def generate_OMASA_scene(
        # initialize intermediate OSBA object
        if y_int is None:
            if fmt not in ["FOA", "HOA2", "HOA3"]:
                logger.error("Error: Expecting FOA/HOA2/HOA3 as the first file in the list!")
                logger.error(
                    "Error: Expecting FOA/HOA2/HOA3 as the first file in the list!"
                )
                sys.exit(-1)

            osba_format = f"ISM{N_ISMs}SBA{sba_order}"