mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix typo in file type detector
This commit is contained in:
parent
4e190328cc
commit
ad03d11bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Reference in a new issue