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
'Settings(settings)' accepts too few arguments to be used as a decorator here. Did youmean to call it first and write '@Settings(settings)()'?
With version 1.1.0 of the package. I get this error when compiling.
The text was updated successfully, but these errors were encountered:
Fixed with #8
Sorry, something went wrong.
@jwulf
Okay, I found the mistake. It's because the Setting function returns a decorator that does not require parameters. I have improved it.
It's not a bug, but it's a nonstandard of decorator defining.
OK , I just saw this mr. thank you!
Successfully merging a pull request may close this issue.
With version 1.1.0 of the package. I get this error when compiling.
The text was updated successfully, but these errors were encountered: