Skip to content

Commit

Permalink
added cloud storage for task creation and video chunk creator
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh16879 authored Nov 11, 2024
1 parent 5975ac8 commit edd588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/iam/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def check_access(self) -> PermissionResult:
response = session.post(self.url, json=self.payload)
output = response.json()['result']

allow = True
allow = False
reasons = []
if isinstance(output, dict):
allow = output['allow']
Expand Down

0 comments on commit edd588f

Please sign in to comment.