From 1416f3b97841e27e94220a1f37c70484c25ff37c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 Sep 2004 21:54:11 -0400 Subject: a bit more refactoring --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 74e65c8a..8cbfcff9 100755 --- a/main.py +++ b/main.py @@ -118,7 +118,7 @@ config.process_options(command, args); new_entry = None if command == "e": - new_entry = journal.derive_entry (args) + new_entry = derive_new_entry (journal, args) if new_entry is None: sys.exit (1) -- cgit v1.2.3