We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af39a6 commit a71d3ddCopy full SHA for a71d3dd
1 file changed
client/ayon_core/plugins/publish/integrate_review.py
@@ -74,6 +74,8 @@ def _upload_reviewable(self, project_name, version_id, instance):
74
repre_path,
75
content_type=content_type,
76
label=label,
77
+ # Pass headers to fix bug in ayon-api (fixed in 1.2.15)
78
+ headers={},
79
)
80
except Exception as exc:
81
self.log.warning(
0 commit comments