From 382ce9afff472f9b167650781cdebd5128d5459f Mon Sep 17 00:00:00 2001 From: Yulia Portnova Date: Wed, 18 Sep 2013 15:25:53 +0300 Subject: [PATCH] fixed pep8 --- .gitignore | 1 + manilaclient/v1/shares.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f6b0b9b9..1dbda4f12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc .idea +.tox/* python_manilaclient.egg-info setuptools_git*.egg setuptools_git*.egg diff --git a/manilaclient/v1/shares.py b/manilaclient/v1/shares.py index 30aa0cb76..a19bbf599 100644 --- a/manilaclient/v1/shares.py +++ b/manilaclient/v1/shares.py @@ -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):