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

Undo crashes with MainWindow has no attribute table #275

Closed
marshallmcdonnell opened this issue Oct 1, 2019 · 0 comments · Fixed by #278
Closed

Undo crashes with MainWindow has no attribute table #275

marshallmcdonnell opened this issue Oct 1, 2019 · 0 comments · Fixed by #278
Assignees
Labels
GUI: Reduction Tab The Post-Processing / Reduction tab Priority: URGENT Highest Priority; Needs urgent attention ReductionType: IDL Related to the legacy IDL-based reduction from Joerg Type: Bug Bug in application; Crashes; Requires break-fix work

Comments

@marshallmcdonnell
Copy link
Member

Traceback (most recent call last):
  File "/home/ntm/direnv/python3/addie/addie/main.py", line 622, in table_right_click
    _o_table.right_click(position=position)
  File "/home/ntm/direnv/python3/addie/addie/processing/idl/table_handler.py", line 153, in right_click
    self.main_window.action_undo_clicked()
  File "/home/ntm/direnv/python3/addie/addie/main.py", line 405, in action_undo_clicked
    menu_event_handler.action_undo_clicked(self)
  File "/home/ntm/direnv/python3/addie/addie/menu/event_handler.py", line 43, in action_undo_clicked
    o_undo.undo_table()
  File "/home/ntm/direnv/python3/addie/addie/processing/idl/undo_handler.py", line 42, in undo_table
    self.load_table()
  File "/home/ntm/direnv/python3/addie/addie/processing/idl/undo_handler.py", line 53, in load_table
    self.parent.ui.table.blockSignals(True)
AttributeError: 'MainWindow' object has no attribute 'table'
@marshallmcdonnell marshallmcdonnell added Type: Bug Bug in application; Crashes; Requires break-fix work Priority: URGENT Highest Priority; Needs urgent attention GUI: Reduction Tab The Post-Processing / Reduction tab ReductionType: IDL Related to the legacy IDL-based reduction from Joerg labels Oct 1, 2019
@marshallmcdonnell marshallmcdonnell self-assigned this Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI: Reduction Tab The Post-Processing / Reduction tab Priority: URGENT Highest Priority; Needs urgent attention ReductionType: IDL Related to the legacy IDL-based reduction from Joerg Type: Bug Bug in application; Crashes; Requires break-fix work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant