Fixed code formatting

This commit is contained in:
Rudi Grinberg 2012-10-25 16:20:15 -04:00
parent 10a6a4d541
commit 0135fbe9dd
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ def main(global_config, api_client_config, log_config,
try:
with open(config['index_path'], 'w') as f: f.write(" ")
except Exception as e:
log.info("Failed to create index file with exception: %s" % str(e))
log.info("Failed to create index file with exception: %s" \
% str(e))
else:
log.info("Created index file, reloading configuration:")
main( global_config, api_client_config, log_config,