From 07edce9c9c7682d5cdf3e8c1dcef852e1c387384 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Fri, 19 Dec 2025 11:25:08 +0100 Subject: [PATCH] Fix missing quote --- client/ayon_core/tools/push_to_project/models/integrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/push_to_project/models/integrate.py b/client/ayon_core/tools/push_to_project/models/integrate.py index edec1f55c9..928287751b 100644 --- a/client/ayon_core/tools/push_to_project/models/integrate.py +++ b/client/ayon_core/tools/push_to_project/models/integrate.py @@ -1394,7 +1394,7 @@ class ProjectPushItemProcess: query = "&".join([ f"project={src_project_name}", f"type=version", - f"id={src_version_id}, + f"id={src_version_id}" ]) version_url = ( f"{ayon_api.get_base_url()}"