mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
fix method name
This commit is contained in:
parent
2425b4a993
commit
980d1eb499
1 changed files with 1 additions and 1 deletions
|
|
@ -991,7 +991,7 @@ class Window(QtWidgets.QMainWindow):
|
|||
workdir, filename = os.path.split(filepath)
|
||||
asset_docs = self.assets_widget.get_selected_assets()
|
||||
asset_doc = asset_docs[0]
|
||||
task_name = self.tasks_widget.get_current_task_name()
|
||||
task_name = self.tasks_widget.get_selected_task_name()
|
||||
create_workfile_doc(asset_doc, task_name, filename, workdir, io)
|
||||
|
||||
def set_context(self, context):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue