Actions
Bug #1853
closedSprint #1835: Sprint20210825
Sprint #1836: Autoregistration
Sprint #1837: Bug Fixing
Open New Patient Crashes
Status:
Closed
Priority:
Normal
Assignee:
Peter Qian
Description
Summary¶
Program crashes when opening a new patient
Steps to Reproduce¶
- Open a new patient
- Fuse an image
- click open new patient
- choose and confirm new patient to open
Expected Results¶
New patient should open
Actual Results¶
Program crashes
Additional Information¶
<class 'TypeError'> 'NoneType' object does not support item assignment <traceback object at 0x7f499d799300>
Traceback (most recent call last):
File "/home/josh/chai/OnkoDICOM/src/Controller/TopLevelController.py", line 81, in show_main_window
self.main_window.update_ui()
File "/home/josh/chai/OnkoDICOM/src/Controller/GUIController.py", line 150, in update_ui
create_moving_model()
File "/home/josh/chai/OnkoDICOM/src/Model/MovingModel.py", line 27, in create_moving_model
moving_dict_container.set("rtss_modified_moving", False)
File "/home/josh/chai/OnkoDICOM/src/Model/MovingDictContainer.py", line 71, in set
self.additional_data[key] = value
TypeError: 'NoneType' object does not support item assignment
Actions