mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Remove ;
This commit is contained in:
parent
34d437d0ba
commit
19247a4f62
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def get_text_from_editor(config, template=""):
|
|||
subprocess.call(config['editor'].split() + [tmpfile])
|
||||
with codecs.open(tmpfile, "r", "utf-8") as f:
|
||||
raw = f.read()
|
||||
os.close(filehandle);
|
||||
os.close(filehandle)
|
||||
os.remove(tmpfile)
|
||||
if not raw:
|
||||
prompt('[Nothing saved to file]')
|
||||
|
|
Loading…
Add table
Reference in a new issue