Merge "Fix name of error CollectSubtaskTimeout"

This commit is contained in:
Zuul 2018-06-18 16:19:45 +00:00 committed by Gerrit Code Review
commit f738bd4a1c
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