Fix broken pep8 from 1305697eaa

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 8545e6461880dae08a8b3f7d07d9302807982c29)
This commit is contained in:
Prasanna Santhanam 2013-07-29 15:32:37 +05:30
parent 2f369973e2
commit 20e64be8d7
1 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,8 @@ specify a valid config file" % cfgFile)
if cacheStorages is None:
return
for cache in cacheStorages:
cachecmd = createSecondaryStagingStore.createSecondaryStagingStoreCmd()
cachecmd = createSecondaryStagingStore.\
createSecondaryStagingStoreCmd()
cachecmd.url = cache.url
cachecmd.provider = cache.provider
cachecmd.zoneid = zoneId