Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Failure with missing conjure_type.__code__ #144

Open
stheer-pltr opened this issue Mar 15, 2023 · 0 comments
Open

🐛 Failure with missing conjure_type.__code__ #144

stheer-pltr opened this issue Mar 15, 2023 · 0 comments

Comments

@stheer-pltr
Copy link

Release with #142 resulted in below issue. We should check that conjure_type.code exists

File "/Users/stheer/.local/pipx/.cache/bc093e9748e7285/lib/python3.8/site-packages/conjure_python_client/_serde/decoder.py", line 128, in decode_conjure_union_type
    if 'type_of_union' in conjure_type.__code__.co_varnames:
AttributeError: type object '<...>' has no attribute '__code__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant