Improve message to user when requesting.

parent e0c325c9
...@@ -214,7 +214,7 @@ def request(): ...@@ -214,7 +214,7 @@ def request():
print "You can rerun command to get up-to-date informations." print "You can rerun command to get up-to-date informations."
except ResourceNotReady: except ResourceNotReady:
print("Instance requested. Master is provisionning it. Please rerun in a " print("Instance requested. Master is provisionning it. Please rerun in a "
"couple of minutes to get connection informations") "couple of minutes to get connection informations.")
exit(2) exit(2)
def _supply(software_url, computer_id, local, remove=False): def _supply(software_url, computer_id, local, remove=False):
......
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