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

fix typo

parent b5dd1acd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ def concat_setup(cfg: TestConfig, chain, logger: logging.Logger):
    # convert from milisecs to samples
    silence_pre = 0
    silence_post = 0
    if (cfg_pre2.silence_pre != 0 or silence_post != 0)
    if cfg_pre2.silence_pre != 0 or silence_post != 0:
        if cfg_pre2.in_fs is None:
            raise ValueError(
                "silence_pre and silence_post can only be non-zero if you provide the sampling rate in the input section!"