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

Traceback from the Files pane (AttributeError: 'FindInFilesWidget' object has no attribute 'extras_toolbar') #13310

Closed
dalthviz opened this issue Jul 15, 2020 · 0 comments · Fixed by #13316
Assignees
Milestone

Comments

@dalthviz
Copy link
Member

There is an error in the console regarding the Files pane (running with master):

Traceback (most recent call last):
  File "C:\Users\Daniel\Documents\Spyder\Spyder otros\gonzalo\spyder\spyder\plugins\findinfiles\widgets.py", line 984, in <lambda>
    toggled=lambda val: self.set_option('more_options', val),
  File "C:\Users\Daniel\Documents\Spyder\Spyder otros\gonzalo\spyder\spyder\api\widgets\mixins.py", line 143, in set_option
    self._set_option(option, value, emit=True)
  File "C:\Users\Daniel\Documents\Spyder\Spyder otros\gonzalo\spyder\spyder\api\widgets\mixins.py", line 96, in _set_option
    self.on_option_update(option, value)
  File "C:\Users\Daniel\Documents\Spyder\Spyder otros\gonzalo\spyder\spyder\plugins\findinfiles\widgets.py", line 1053, in on_option_update
    self.extras_toolbar.setVisible(value)
AttributeError: 'FindInFilesWidget' object has no attribute 'extras_toolbar'

Originally posted by @dalthviz in #12196 (comment)

@goanpeca goanpeca self-assigned this Jul 15, 2020
@goanpeca goanpeca added this to the Sprint July milestone Jul 15, 2020
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

Successfully merging a pull request may close this issue.

2 participants