mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Missing permission in clockify is more specific
This commit is contained in:
parent
41c31e01e9
commit
4db427dcaf
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class SyncClocify(BaseAction):
|
|||
raise ValueError('Clockify Workspace or API key are not set!')
|
||||
|
||||
if self.clockapi.validate_workspace_perm() is False:
|
||||
raise MissingPermision
|
||||
raise MissingPermision('Clockify')
|
||||
super().register()
|
||||
|
||||
def discover(self, session, entities, event):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue