fixed pep8
This commit is contained in:
parent
95c64adea3
commit
382ce9afff
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
*.pyc
|
||||
.idea
|
||||
.tox/*
|
||||
python_manilaclient.egg-info
|
||||
setuptools_git*.egg
|
||||
setuptools_git*.egg
|
||||
|
@ -152,7 +152,7 @@ class ShareManager(base.ManagerWithFind):
|
||||
"""
|
||||
access = self._action('os-allow_access', share,
|
||||
{'access_type': access_type,
|
||||
'access_to': access})[1]["access"]
|
||||
'access_to': access})[1]["access"]
|
||||
return access
|
||||
|
||||
def deny(self, share, id):
|
||||
|
Loading…
Reference in New Issue
Block a user