Can't terminate FreeCAD with Ctrl+C from terminal
Open
bug
Limitation
- Dominant language
- Python
- Stars
- 40
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
When having the PieMenu installed, I can't terminate the program with Ctrl+C:
```
FreeCAD 1.0.0, Libs: 1.0.0R
(C) 2001-2024 FreeCAD contributors
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
^CTraceback (most recent call last):
File "/home/maurer/.local/share/FreeCAD/Mod/PieMenu/./InitGui.py", line 562, in eventFilter
def eventFilter(self, obj, event):
KeyboardInterrupt
```
This comes from the:
`except:` block, when it probably should be `except Exception:` so that KeyboardInterrupt is not catched there as well..?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.