Commit b68f6c30 authored by Jan Kiene's avatar Jan Kiene
Browse files

make linter happy

parent b4bf31ed
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ class TestConfig:
                == cfg.input_path.resolve().absolute()
            ):
                raise ValueError(
                    f"Background noise file has to be placed outside the input folder!"
                    "Background noise file has to be placed outside the input folder!"
                )

        for cond_name, cond_cfg in cfg.get("conditions_to_generate").items():