diff --git a/backend/condition/file_type.py b/backend/condition/file_type.py index 07a0669c..e0736814 100644 --- a/backend/condition/file_type.py +++ b/backend/condition/file_type.py @@ -10,7 +10,7 @@ def detect_file_type(filepath: str) -> FileType: if "lbwf" in path: return FileType.LBWF - if "peadbody" in path: + if "peabody" in path: return FileType.Peabody raise ValueError("Unrecognised file path") \ No newline at end of file