mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Not native, but text (#55676)
* use to_text instead of to_native * cleaned up some imports and other pyflakisms * fix missing lib messages
This commit is contained in:
parent
6e66ea9f78
commit
27dcf8aaab
12 changed files with 33 additions and 35 deletions
|
@ -389,7 +389,7 @@ class DataLoader:
|
|||
try:
|
||||
self.cleanup_tmp_file(f)
|
||||
except Exception as e:
|
||||
display.warning("Unable to cleanup temp files: %s" % to_native(e))
|
||||
display.warning("Unable to cleanup temp files: %s" % to_text(e))
|
||||
|
||||
def find_vars_files(self, path, name, extensions=None, allow_dir=True):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue