summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-14 13:31:05 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-14 13:31:05 +0100
commitad6e2bf2aa5fdc4b774db1c37e8298ec9658ba7e (patch)
treec26e4d8939618f2a85c24364dce090a4730855c8
parent8685355bfdc350add1433596742aa08af18440aa (diff)
downloadjt-ad6e2bf2aa5fdc4b774db1c37e8298ec9658ba7e.tar.gz
Really run editor
-rwxr-xr-xjt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jt b/jt
index dca13e3..cfc5dab 100755
--- a/jt
+++ b/jt
@@ -98,7 +98,7 @@ class JournalTool(cliapp.Application):
return os.path.join(self.settings['source'], subdir)
def edit_file(self, pathname):
- subprocess.check_call(['echo', 'sensible-editor', pathname])
+ subprocess.check_call(['sensible-editor', pathname])
def cmd_list(self, args):
'''List journal entry drafts.'''