fix encoding issue
This commit is contained in:
parent
82fe5f7df0
commit
eba6f828e3
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Use C local to avoid local dates in headers
|
# Use C local to avoid local dates in headers
|
||||||
export LANG=C
|
export LANG=en_US.utf8
|
||||||
|
|
||||||
# disable termcolor
|
# disable termcolor
|
||||||
export ANSI_COLORS_DISABLED=1
|
export ANSI_COLORS_DISABLED=1
|
||||||
|
|
|
||||||
|
|
@ -301,7 +301,7 @@ class Boobank(ReplApplication):
|
||||||
|
|
||||||
Display future transactions.
|
Display future transactions.
|
||||||
|
|
||||||
If END_DATE is supplied, show all transactions list this date.
|
If END_DATE is supplied, show all transactions until this date.
|
||||||
"""
|
"""
|
||||||
return self.show_history('iter_coming', line)
|
return self.show_history('iter_coming', line)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue