mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
simplified
This commit is contained in:
parent
47af183d04
commit
4f296e0ed7
1 changed files with 1 additions and 3 deletions
|
|
@ -1155,9 +1155,7 @@ class IWorkfileHost:
|
|||
comment = parsed_data.comment
|
||||
|
||||
filepath = list_workfiles_context.anatomy.fill_root(rootless_path)
|
||||
available = False
|
||||
if filepath != rootless_path:
|
||||
available = os.path.exists(filepath)
|
||||
available = os.path.exists(filepath)
|
||||
items.append(WorkfileInfo.new(
|
||||
filepath,
|
||||
rootless_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue