andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Fix crash message when changing the EOL #478

Closed dglent closed 10 months ago

dglent commented 2 years ago

When changing the file's EOL by the GUI, the following crash message appears:

Traceback (most recent call last):

File "/usr/lib/python3.8/site-packages/enki/plugins/editortoolbar/editortoolbar.py", line 144, in _onEolActionTriggered self._setEolMode(document.qutepart.eol) TypeError: _setEolMode() missing 1 required positional argument: 'mode'