mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix several things causing tracebacks with unicode cwd (#27731)
Fixes #27511
This commit is contained in:
committed by
Sam Doran
parent
181b31e282
commit
3f12fccd02
@@ -161,7 +161,7 @@ class CLI(with_metaclass(ABCMeta, object)):
|
||||
running an Ansible command.
|
||||
"""
|
||||
|
||||
display.vv(self.parser.get_version())
|
||||
display.vv(to_text(self.parser.get_version()))
|
||||
|
||||
if C.CONFIG_FILE:
|
||||
display.v(u"Using %s as config file" % to_text(C.CONFIG_FILE))
|
||||
|
||||
Reference in New Issue
Block a user