terraform: generate conf with http backend
This commit is contained in:
parent
affa0f0149
commit
32239c379a
16 changed files with 43 additions and 4 deletions
|
@ -105,6 +105,7 @@ def run_job(job_cls: Type[BaseAutomation], *,
|
|||
# to be logged for investigation. Catching more specific exceptions would just mean that
|
||||
# others go unrecorded and are difficult to debug.
|
||||
except Exception as exc: # pylint: disable=broad-except
|
||||
raise exc
|
||||
trace = TracebackException.from_exception(exc)
|
||||
success = False
|
||||
logs = "\n".join(trace.format())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue