fix: model preview path (#120)
This commit is contained in:
@@ -120,7 +120,7 @@ class ModelManager:
|
|||||||
folders, extensions = folder_paths.folder_names_and_paths[folder]
|
folders, extensions = folder_paths.folder_names_and_paths[folder]
|
||||||
|
|
||||||
def get_file_info(entry: os.DirEntry[str], base_path: str, path_index: int):
|
def get_file_info(entry: os.DirEntry[str], base_path: str, path_index: int):
|
||||||
fullname = entry.path.replace(base_path, "")
|
fullname = utils.normalize_path(entry.path).replace(f"{base_path}/", "")
|
||||||
basename = os.path.splitext(fullname)[0]
|
basename = os.path.splitext(fullname)[0]
|
||||||
extension = os.path.splitext(fullname)[1]
|
extension = os.path.splitext(fullname)[1]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user