Skip to content
Snippets Groups Projects
Commit 37b9b4cc authored by Kay Ousterhout's avatar Kay Ousterhout
Browse files

Shorten GETTING_RESULT to GET_RESULT

parent 916270f5
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class TaskInfo( ...@@ -71,7 +71,7 @@ class TaskInfo(
if (running) if (running)
"RUNNING" "RUNNING"
else if (gettingResult) else if (gettingResult)
"GETTING RESULT" "GET RESULT"
else if (failed) else if (failed)
"FAILED" "FAILED"
else if (successful) else if (successful)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment