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

Create Exp.ini crash due to no attribute MainWindow.create_folder_button #287

Closed
marshallmcdonnell opened this issue Nov 7, 2019 · 0 comments
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

marshallmcdonnell commented Nov 7, 2019

Get following traceback:

Traceback (most recent call last):
  File "/SNS/software/addie/lib/python2.7/site-packages/addie-5.0.1+11.g2f328e6-py2.7.egg/addie/main.py", line 536, in create_exp_ini_clicked
    autonom_event_handler.create_exp_ini_clicked(self)
  File "/SNS/software/addie/lib/python2.7/site-packages/addie-5.0.1+11.g2f328e6-py2.7.egg/addie/autoNOM/event_handler.py", line 39, in create_exp_ini_clicked
    _run_autonom.create_folder()
  File "/SNS/software/addie/lib/python2.7/site-packages/addie-5.0.1+11.g2f328e6-py2.7.egg/addie/autoNOM/run_step1.py", line 23, in create_folder
    if not self.parent.create_folder_button.isChecked():
AttributeError: 'MainWindow' object has no attribute 'create_folder_button'
@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 Nov 7, 2019
@marshallmcdonnell marshallmcdonnell self-assigned this Nov 7, 2019
@marshallmcdonnell marshallmcdonnell added this to To do in Version 5.1 release via automation Nov 7, 2019
Version 5.1 release automation moved this from To do to Done Jun 25, 2021
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
Development

No branches or pull requests

2 participants