tox fix
This commit is contained in:
parent
d1f8b68130
commit
f2195cf9e6
1 changed files with 3 additions and 1 deletions
|
@ -40,5 +40,7 @@ class Datacenter():
|
|||
|
||||
def get(self):
|
||||
if not hasattr(self.driver, 'get'):
|
||||
raise Exception("Your driver {} doesn't have a get() function, please fix it".format(self.driver))
|
||||
raise Exception(
|
||||
"Your driver {} doesn't have a get() function, please fix it".format(self.driver)
|
||||
)
|
||||
return getattr(self.driver, 'get')(self.driver_value, DATACENTER_LOCATION_REGEX)
|
||||
|
|
Loading…
Add table
Reference in a new issue