mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 08:57:33 -02:30
Merge pull request #6720 from AlanCoding/scm_inv_update_resp
Accuracy edit for inventory update response when updating project
This commit is contained in:
@@ -95,7 +95,7 @@ def check_user_access(user, model_class, action, *args, **kwargs):
|
||||
continue
|
||||
result = access_method(*args, **kwargs)
|
||||
logger.debug('%s.%s %r returned %r', access_instance.__class__.__name__,
|
||||
access_method.__name__, args, result)
|
||||
getattr(access_method, '__name__', 'unknown'), args, result)
|
||||
if result:
|
||||
return result
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user