Fix broken pep8 from 1305697eaa

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-07-29 15:32:37 +05:30
parent acd2396660
commit 28a0b0c588
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