mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
parent
2f33c1a1a1
commit
5553b20828
206 changed files with 1853 additions and 1870 deletions
|
@ -131,7 +131,7 @@ def _gen_candidate_chars(characters):
|
|||
# getattr from string expands things like "ascii_letters" and "digits"
|
||||
# into a set of characters.
|
||||
chars.append(to_text(getattr(string, to_native(chars_spec), chars_spec),
|
||||
errors='strict'))
|
||||
errors='strict'))
|
||||
chars = u''.join(chars).replace(u'"', u'').replace(u"'", u'')
|
||||
return chars
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue