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

UndefVarError triggered by err.jl #100

Closed
gdalle opened this issue Jan 24, 2022 · 2 comments
Closed

UndefVarError triggered by err.jl #100

gdalle opened this issue Jan 24, 2022 · 2 comments
Labels
bug Something isn't working priority Should be fixed or implemented soon

Comments

@gdalle
Copy link
Contributor

gdalle commented Jan 24, 2022

Hi there, and thanks for the great alternative to PyCall.jl!
There is a Python function in my code which triggers an UndefVarError: y not defined when I try to launch it. I traced it back to this line of the package, where y doesn't seem to be defined locally:
https://github.com/cjdoris/PythonCall.jl/blob/f59d58e4eb3d6a0154cf8db5aa54f2fe4d09b39d/src/err.jl#L28
Could it be the cause?

@gdalle gdalle changed the title UndefVarError UndefVarError triggered by err.jl Jan 24, 2022
@cjdoris
Copy link
Collaborator

cjdoris commented Jan 24, 2022

Thanks that's definitely a bug.

@cjdoris cjdoris added bug Something isn't working priority Should be fixed or implemented soon labels Jan 24, 2022
@cjdoris
Copy link
Collaborator

cjdoris commented Jan 24, 2022

Fixed on the main branch.

@cjdoris cjdoris closed this as completed Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority Should be fixed or implemented soon
Projects
None yet
Development

No branches or pull requests

2 participants