Show More
@@ -105,8 +105,9 b' def repo_validator(channel_name):' | |||
|
105 | 105 | 'repository.read', |
|
106 | 106 | 'repository.write', |
|
107 | 107 | 'repository.admin')(repo_name) |
|
108 | log.debug('permission check for {} channel ' | |
|
109 | 'resulted in {}'.format(repo_name, can_access)) | |
|
108 | log.debug( | |
|
109 | 'permission check for %s channel resulted in %s', | |
|
110 | repo_name, can_access) | |
|
110 | 111 | if can_access: |
|
111 | 112 | return True |
|
112 | 113 | return False |
General Comments 0
You need to be logged in to leave comments.
Login now