Fix pep8 M325 error with python 3.5
Change-Id: I576bfae6c5b9361ebffb81c97c05f88914f9209e Closes-Bug: #1694714
This commit is contained in:
parent
5b0a5b877e
commit
840b7293a6
@ -275,7 +275,7 @@ class LVMShareDriver(LVMMixin, driver.ShareDriver):
|
||||
except exception.ProcessExecutionError:
|
||||
LOG.warning("Can't remove share %r", share['id'])
|
||||
except exception.InvalidShare as exc:
|
||||
LOG.warning(str(exc))
|
||||
LOG.warning(exc)
|
||||
|
||||
def update_access(self, context, share, access_rules, add_rules,
|
||||
delete_rules, share_server=None):
|
||||
|
Loading…
Reference in New Issue
Block a user