mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix multipath result
This commit is contained in:
parent
bc86cd279c
commit
ca82674145
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ class MultiFilesWidget(QtWidgets.QFrame):
|
|||
filenames = index.data(FILENAMES_ROLE)
|
||||
for filename in filenames:
|
||||
filepaths.add(os.path.join(dirpath, filename))
|
||||
return filepaths
|
||||
return list(filepaths)
|
||||
|
||||
def set_filters(self, folders_allowed, exts_filter):
|
||||
self._files_proxy_model.set_allow_folders(folders_allowed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue