mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix missing argument
This commit is contained in:
parent
3e2c6f793b
commit
dc476dea92
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ def copy_and_open_workfile_representation(
|
|||
version=version,
|
||||
comment=comment,
|
||||
description=description,
|
||||
open_workfile=open_workfile,
|
||||
open_workfile=True,
|
||||
prepared_data=prepared_data,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue