ansible: fix another target.py format string.

issue260
David Wilson 6 years ago
parent b70c57a2cb
commit 0dc3f8accf

@ -241,8 +241,7 @@ def is_good_temp_dir(path):
try: try:
os.chmod(tmp.name, int('0700', 8)) os.chmod(tmp.name, int('0700', 8))
except OSError as e: except OSError as e:
LOG.debug('temp dir %r unusable: %s: chmod failed: %s', LOG.debug('temp dir %r unusable: chmod failed: %s', path, e)
path, e)
return False return False
try: try:

Loading…
Cancel
Save