Skip to content

Commit a71d3dd

Browse files
committed
fix headers issue
1 parent 6af39a6 commit a71d3dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/ayon_core/plugins/publish/integrate_review.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def _upload_reviewable(self, project_name, version_id, instance):
7474
repre_path,
7575
content_type=content_type,
7676
label=label,
77+
# Pass headers to fix bug in ayon-api (fixed in 1.2.15)
78+
headers={},
7779
)
7880
except Exception as exc:
7981
self.log.warning(

0 commit comments

Comments
 (0)