diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-01 23:40:02 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-01 23:40:02 -0600 |
commit | a125f24d29fd8275be7283a2edca9abc125703d7 (patch) | |
tree | b649aeeef3b75be85cae8197467c5fb02066d486 /src/option.cc | |
parent | cfd7ffb12645c198a5b15891654f6ad6a0e4db27 (diff) | |
download | fork-ledger-a125f24d29fd8275be7283a2edca9abc125703d7.tar.gz fork-ledger-a125f24d29fd8275be7283a2edca9abc125703d7.tar.bz2 fork-ledger-a125f24d29fd8275be7283a2edca9abc125703d7.zip |
Allow --options to be added by the user in Python
Diffstat (limited to 'src/option.cc')
-rw-r--r-- | src/option.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/option.cc b/src/option.cc index 170b94af..418980bd 100644 --- a/src/option.cc +++ b/src/option.cc @@ -89,7 +89,6 @@ namespace { catch (const std::exception&) { if (name[0] == '-') add_error_context(_("While parsing option '%1'") << name); - else add_error_context(_("While parsing environent variable '%1'") << name); throw; |