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

deprecated python class in configfile #464

Open
elizabethteng opened this issue Dec 5, 2024 · 1 comment
Open

deprecated python class in configfile #464

elizabethteng opened this issue Dec 5, 2024 · 1 comment
Assignees

Comments

@elizabethteng
Copy link
Contributor

the class VariableKey in utils/configfile.py is incompatible with Python version 3. It is only called in the parse_inifile function under the condition elif isinstance(node, ast.Name): which should not happen.

@mkruckow
Copy link
Collaborator

mkruckow commented Dec 5, 2024

The the link to the documentation of the abstract syntax trees about ast.Name

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

3 participants