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

Right-click on cleared / empty table gives non-crashing error for _check_all #279

Open
marshallmcdonnell opened this issue Oct 2, 2019 · 0 comments
Assignees
Labels
GUI: Bragg / Rietveld Tab The Bragg / Rietveld plotting tab Priority: Low Low priority feature / fix 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

This doesn't crash the GUI or hinder operations so a low priority for now.

Traceback (most recent call last):
  File "/SNS/users/pf9/code/addie/addie/main.py", line 622, in table_right_click
    _o_table.right_click(position=position)
  File "/SNS/users/pf9/code/addie/build/lib/addie/processing/idl/table_handler.py", line 183, in right_click
    elif action == _check_all:
UnboundLocalError: local variable '_check_all' referenced before assignment
@marshallmcdonnell marshallmcdonnell added Type: Bug Bug in application; Crashes; Requires break-fix work GUI: Bragg / Rietveld Tab The Bragg / Rietveld plotting tab ReductionType: IDL Related to the legacy IDL-based reduction from Joerg Priority: Low Low priority feature / fix labels Oct 2, 2019
@marshallmcdonnell marshallmcdonnell self-assigned this Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI: Bragg / Rietveld Tab The Bragg / Rietveld plotting tab Priority: Low Low priority feature / fix 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

No branches or pull requests

1 participant