corrected the flake8 errors

This commit is contained in:
Pier 2015-04-11 14:16:14 +01:00
parent 287fe1dcbc
commit 0647ed91c4

View file

@ -24,8 +24,8 @@ def sync_pair(wq, pair_name, collections_to_sync, general, all_pairs,
config_a, config_b = all_storages[a_name], all_storages[b_name]
except KeyError as e:
raise CliError('Pair {}: Storage {} not found. These are the '
'configured storages: {}'
.format(pair_name, str(e), list(all_storages)))
'configured storages: {}'
.format(pair_name, str(e), list(all_storages)))
all_collections = dict(collections_for_pair(
general['status_path'], a_name, b_name, pair_name,