diff --git a/ansible_mitogen/target.py b/ansible_mitogen/target.py index ff6ed083..69a082af 100644 --- a/ansible_mitogen/target.py +++ b/ansible_mitogen/target.py @@ -250,7 +250,7 @@ def is_good_temp_dir(path): if not os.access(tmp.name, os.X_OK): raise OSError('filesystem appears to be mounted noexec') except OSError as e: - LOG.debug('temp dir %r unusable: %s: %s', path, e) + LOG.debug('temp dir %r unusable: %s', path, e) return False finally: tmp.close()