summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-03 21:57:44 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-03 21:57:44 +0300
commit8f4a6ee7de2109c8b32ce85f4867d7b32568b129 (patch)
treee7180f1e974a8b99bfc6cb628a5e6e43c575ffce
parent4829b6eba5be26b6e5ee504a6d09638ad77aa4e4 (diff)
downloadjt-8f4a6ee7de2109c8b32ce85f4867d7b32568b129.tar.gz
Remove interactive edit of new topic
-rwxr-xr-xjt1
1 files changed, 0 insertions, 1 deletions
diff --git a/jt b/jt
index 03580ec..8020f53 100755
--- a/jt
+++ b/jt
@@ -265,7 +265,6 @@ class NewTopicCommand(Command):
pathname = self._topic_pathname(args[0])
self._create_topic_page(pathname, args[1])
- self._app.edit_file(pathname)
def _topic_pathname(self, page_path):
return os.path.join(self._app.settings['source'], page_path + '.mdwn')