-
Notifications
You must be signed in to change notification settings - Fork 1
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
TypeError: __init__() takes 6 positional arguments but 7 were given #2
Comments
|
Ahh, the issue is that |
Yes it was my mistake I forgot to pass it as an argument to init. Instead of dropping I added it to arguments. Thank you for the issue/pr. @kratsg |
Versions
Broken
Running the
fullscreen.py
example gives me this traceback when I drag and drop a single file into the fullscreen widget. I tried to look at the code quickly to understand why, since it's clearly giving the right number of arguments, but I could not figure out why it would be wrong.The text was updated successfully, but these errors were encountered: