Commit 84715cd9 authored by Marco Mariani's avatar Marco Mariani

grammar nazi

parent 2714a209
...@@ -90,8 +90,8 @@ def do_request(logger, conf, local): ...@@ -90,8 +90,8 @@ def do_request(logger, conf, local):
logger.info('Instance requested.\nState is : %s.', partition.getState()) logger.info('Instance requested.\nState is : %s.', partition.getState())
logger.info('Connection parameters of instance are:') logger.info('Connection parameters of instance are:')
logger.info(pprint.pformat(partition.getConnectionParameterDict())) logger.info(pprint.pformat(partition.getConnectionParameterDict()))
logger.info('You can rerun command to get up-to-date informations.') logger.info('You can rerun the command to get up-to-date information.')
except ResourceNotReady: except ResourceNotReady:
logger.warning('Instance requested. Master is provisioning it. Please rerun in a ' logger.warning('Instance requested. Master is provisioning it. Please rerun in a '
'couple of minutes to get connection informations.') 'couple of minutes to get connection information.')
exit(2) exit(2)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment