Skip to content

Commit cbefff8

Browse files
Update src/utils.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9114d81 commit cbefff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def default(self, o):
7373
mutate_self=False,
7474
)
7575
if isinstance(obj, Flight):
76-
if isinstance(obj, Flight):
76+
if isinstance(obj, Flight):
77+
try:
7778
try:
7879
- evaluate_post_process = getattr(obj, '_Flight__evaluate_post_process', None)
7980
evaluate_post_process = getattr(obj, '_Flight__evaluate_post_process', None)

0 commit comments

Comments
 (0)