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
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