mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Remove unnecessary variable
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
7b5ca16993
commit
67994bb5a3
1 changed files with 1 additions and 1 deletions
|
|
@ -987,7 +987,7 @@ class ProjectPushItemProcess:
|
|||
):
|
||||
"""Creates destination task from source task information"""
|
||||
project_name = self._item.dst_project_name
|
||||
_task_id = self._operations.create_task(
|
||||
self._operations.create_task(
|
||||
project_name,
|
||||
task_info["name"],
|
||||
folder_id=folder_entity["id"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue