mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
7ec692ea7f
commit
65ffb92bff
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def strftime(string_format, second=None):
|
|||
|
||||
def quote(a):
|
||||
''' return its argument quoted for shell usage '''
|
||||
return shlex_quote(a)
|
||||
return shlex_quote(to_text(a))
|
||||
|
||||
|
||||
def fileglob(pathname):
|
||||
|
|
Loading…
Reference in a new issue