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

Assignment to exc in soft scope is ambiguous #905

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Assignment to exc in soft scope is ambiguous #905

wants to merge 1 commit into from

Commits on Jun 2, 2021

  1. Update PyCall.jl

    Suppress warning:
    
    ```
    ┌ Warning: Assignment to `#6#exc` in soft scope is ambiguous because a global variable by the same name exists: `#6#exc` will be treated as a new local. Disambiguate by using `local #6#exc` to suppress this warning or `global #6#exc` to assign to the existing global variable.
    └ @ C:\Users\simon\devel\empty_app\bin\julia\localdepot\packages\PyCall\BD546\src\PyCall.jl:654
    ```
    heetbeet committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9c7e90a View commit details
    Browse the repository at this point in the history