exaloop / exaloop/codon

try catch inside codon

Open
#760 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.8k
Forks
603
Avg merge
4d 23h
Merged PRs (30d)
6

Description

**Given:**
```
try:
raise Exception("some exception")
except Exception as e:
logger.exception(
"Невозможно завершить транзакцию. Откат изменений... %s",
e
)
```
**Error:**
`'Exception' object has no attribute '__to_py__'`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.