зеркало из https://github.com/mozilla/treeherder.git
changed exception message in logslice
This commit is contained in:
Родитель
1a7a9e5c64
Коммит
9d08d9bba4
|
@ -66,7 +66,7 @@ class LogSliceView(viewsets.ViewSet):
|
|||
|
||||
except Exception as e:
|
||||
logging.error(e)
|
||||
raise ResourceNotFoundException
|
||||
raise ResourceNotFoundException("There was an error fetching the log file.")
|
||||
|
||||
finally:
|
||||
if handle:
|
||||
|
|
Загрузка…
Ссылка в новой задаче