unsupported alert for robot selection
This commit is contained in:
parent
1b953c8cd6
commit
c8b931609e
4 changed files with 16 additions and 6 deletions
|
@ -373,6 +373,10 @@ class BuildTriggerAnalyze(RepositoryParamResource):
|
|||
'status': 'error',
|
||||
'message': rre.message
|
||||
}
|
||||
except NotImplementedError:
|
||||
return {
|
||||
'status': 'notimplemented',
|
||||
}
|
||||
|
||||
raise NotFound()
|
||||
|
||||
|
|
Reference in a new issue