mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
feat: add template variable rendering for transfer call destination
This commit is contained in:
parent
65d46bc313
commit
9966940624
8 changed files with 279 additions and 142 deletions
|
|
@ -131,7 +131,9 @@ async def run_completion_handlers(
|
|||
f"Integration completion handler failed for package "
|
||||
f"{package.name!r}: {exc}"
|
||||
)
|
||||
results[f"integration_{package.name}"] = {"error": "completion_handler_failed"}
|
||||
results[f"integration_{package.name}"] = {
|
||||
"error": "completion_handler_failed"
|
||||
}
|
||||
continue
|
||||
if package_result:
|
||||
results.update(package_result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue