mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Even more unicode fixes
This commit is contained in:
parent
3ff1e43e03
commit
14d249c3c9
3 changed files with 3 additions and 2 deletions
|
@ -110,7 +110,7 @@ def update_config(config, new_config, scope, force_local=False):
|
|||
|
||||
def run(manual_args=None):
|
||||
args = parse_args(manual_args)
|
||||
|
||||
args.text = map(lambda p: p.decode('utf-8'), args.text)
|
||||
if args.version:
|
||||
version_str = "{0} version {1}".format(jrnl.__title__, jrnl.__version__)
|
||||
print(util.py2encode(version_str))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue