Commit e4a45fe1 authored by norvell's avatar norvell
Browse files

Allow ref not to exist for peaq_binaural, since comparing to input

parent 28307d4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -970,7 +970,7 @@ def reference_path(request) -> str:

    path = str(path.resolve())

    if request.config.option.update_ref == "0" and not request.config.option.compare_to_input:
    if request.config.option.update_ref == "0" and not request.config.option.compare_to_input and not request.config.option.peaq_binaural:
        if not os.path.isdir(path):
            raise FileNotFoundError(
                f"REF path {path} not found!\nPlease generate the references, first!\n!"