Actions
Bug #69
closedError when closing the dialog to create a new world
% Done:
100%
Company:
-
Contact person:
-
Additional contact persons:
-
Description
By opening the dialog to create a new world, either by clicking on the add button in the connection dialog, or selecting file -> new world in the menu bar, if one closes this dialog by cancelling (or pressing escape), an error occurs:
Traceback (most recent call last): File "C:\Users\Vincent\src\cocomud\src\ui\window.py", line 249, in OnCreate File "C:\Users\Vincent\src\cocomud\src\ui\window.py", line 467, in CreateClient File "C:\Users\Vincent\src\cocomud\src\world.py", line 96, in load AttributeError: 'NoneType' object has no attribute 'level'
Related issues
Updated by Vincent Le Goff almost 8 years ago
- Related to Bug #68: erreur quand on fait echape a l'importation d'un unnivers added
Added by Vincent Le Goff almost 8 years ago
Updated by Vincent Le Goff almost 8 years ago
- Status changed from Open to Closed
- Assignee set to Vincent Le Goff
- % Done changed from 0 to 100
Fixed in commit a463667738b29f7c8b326fbc5745f011e1c09b59.
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page
Fix #69: Creating a new world and escaping doesn't raise an exception