From 0dc3f8accfe4e7c90705fdd40bc99718ec08bc37 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 26 Oct 2018 11:26:15 +0100 Subject: [PATCH] ansible: fix another target.py format string. --- ansible_mitogen/target.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible_mitogen/target.py b/ansible_mitogen/target.py index 69a082af..0e74f960 100644 --- a/ansible_mitogen/target.py +++ b/ansible_mitogen/target.py @@ -241,8 +241,7 @@ def is_good_temp_dir(path): try: os.chmod(tmp.name, int('0700', 8)) except OSError as e: - LOG.debug('temp dir %r unusable: %s: chmod failed: %s', - path, e) + LOG.debug('temp dir %r unusable: chmod failed: %s', path, e) return False try: