Commit 26a2e059 by Vik Paruchuri

Actually display ETA message

parent 111ef30f
...@@ -462,7 +462,7 @@ class OpenEndedChild(object): ...@@ -462,7 +462,7 @@ class OpenEndedChild(object):
if success: if success:
eta = controller_query_service.convert_seconds_to_human_readable(response['eta']) eta = controller_query_service.convert_seconds_to_human_readable(response['eta'])
eta_string = "Please check back for your response in approximately " eta_string = "Please check back for your response in at most {0}.".format(eta)
else: else:
eta_string = "" eta_string = ""
......
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