Remove newline in editor.py
This commit is contained in:
parent
530a1859a3
commit
e9023ce233
@ -135,7 +135,6 @@ class ExternalEditor(QObject):
|
||||
self._content = text
|
||||
self.file_updated.emit(text)
|
||||
|
||||
|
||||
def edit_file(self, filename):
|
||||
"""Edit the file with the given filename."""
|
||||
self._filename = filename
|
||||
|
Loading…
Reference in New Issue
Block a user