Fix name of error CollectSubtaskTimeout

Was misnamed in the error.py as CollectSubaskTimeout (missing the 't' in
task)

Change-Id: Id57130955f7f68b535fda1616c8aac6b118ba1f3
This commit is contained in:
Bryan Strassner 2018-06-17 15:19:59 -05:00
parent b4a31a79de
commit 2fc3e22dc2
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class MaxRetriesReached(OrchestratorError):
pass
class CollectSubaskTimeout(OrchestratorError):
class CollectSubtaskTimeout(OrchestratorError):
pass