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

Error: Builtin 'list' cannot be parameterized directly #3

Open
riget opened this issue Jul 16, 2021 · 1 comment
Open

Error: Builtin 'list' cannot be parameterized directly #3

riget opened this issue Jul 16, 2021 · 1 comment

Comments

@riget
Copy link

riget commented Jul 16, 2021

In file updater.py, methods _parse_semver and _semver_bigger_then, I get an error in the IDE:
"Builtin 'list' cannot be parameterized directly"

When I try to start the program it says
"TypeError: 'type' object is not subscriptable"

Solution proposed by IDE: change to List instead of list, after that it starts

@riget
Copy link
Author

riget commented Jul 16, 2021

Might be a totally beginners topic ;-)

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