Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Exception if double click on Input or Output in summary tab #1925

Open
yaizar opened this issue Feb 13, 2019 · 1 comment
Open

Exception if double click on Input or Output in summary tab #1925

yaizar opened this issue Feb 13, 2019 · 1 comment
Assignees

Comments

@yaizar
Copy link
Contributor

yaizar commented Feb 13, 2019

I accidentally double clicked on the word "Output" instead of the actual output and it causes an exception in the console

Exception in Tkinter callback
Traceback (most recent call last):
  File "/home/yaiza/git/scipion/software/lib/python2.7/lib-tk/Tkinter.py", line 1541, in __call__
    return self.func(*args)
  File "/home/yaiza/git/scipion/pyworkflow/gui/tree.py", line 316, in _onDoubleClick
    actions = self.provider.getObjectActions(obj)
  File "/home/yaiza/git/scipion/pyworkflow/gui/project/viewprotocols.py", line 486, in getObjectActions
    viewers = em.findViewers(obj.getClassName(), DESKTOP_TKINTER)
  File "/home/yaiza/git/scipion/pyworkflow/em/__init__.py", line 99, in findViewers
    cls = findClass(className)
  File "/home/yaiza/git/scipion/pyworkflow/em/__init__.py", line 62, in findClass
    raise Exception("findClass: class '%s' not found." % className)
Exception: findClass: class 'String' not found.
@dmaluenda
Copy link
Member

dmaluenda commented Feb 13, 2019

I'm getting no error but a label/comment edition dialog box is raised with empty fields. However, if I type something in the fields, it have no effect. In fact, I don't know where it should go that label/comment...

@JorMaister JorMaister self-assigned this Jan 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants