mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Allow folders to be considered as workfiles in workfiles tool, because Silhouette projects are actually folders (with .sfx extension)
This commit is contained in:
parent
be6aac6a72
commit
cb2758ef54
1 changed files with 0 additions and 2 deletions
|
|
@ -185,8 +185,6 @@ class WorkareaModel:
|
|||
|
||||
for filename in os.listdir(workdir):
|
||||
filepath = os.path.join(workdir, filename)
|
||||
if not os.path.isfile(filepath):
|
||||
continue
|
||||
|
||||
ext = os.path.splitext(filename)[1].lower()
|
||||
if ext not in self._extensions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue