We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9114d81 commit cbefff8Copy full SHA for cbefff8
src/utils.py
@@ -73,7 +73,8 @@ def default(self, o):
73
mutate_self=False,
74
)
75
if isinstance(obj, Flight):
76
- if isinstance(obj, Flight):
+ if isinstance(obj, Flight):
77
+ try:
78
try:
79
- evaluate_post_process = getattr(obj, '_Flight__evaluate_post_process', None)
80
evaluate_post_process = getattr(obj, '_Flight__evaluate_post_process', None)
0 commit comments