diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-23 21:54:11 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-23 21:54:11 -0400 |
commit | 1416f3b97841e27e94220a1f37c70484c25ff37c (patch) | |
tree | c7e18c98656c70b78e02a20f9bae15093ea57051 /main.py | |
parent | 7a195320498ad75297fcbd47dcf31e7dd6b8d9af (diff) | |
download | fork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.tar.gz fork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.tar.bz2 fork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.zip |
a bit more refactoring
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |