From e77964f9dab6e891ddaffe3bd2f4fd99a6275657 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Fri, 17 Feb 2017 08:15:27 -0500 Subject: [PATCH] clean up pylint errors in ansible-connection (#21571) --- bin/ansible-connection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ansible-connection b/bin/ansible-connection index 8a4c762ef3..845a053b95 100755 --- a/bin/ansible-connection +++ b/bin/ansible-connection @@ -273,7 +273,7 @@ def main(): try: server = Server(sf_path, pc) except Exception as exc: - display.debug(traceback.format_exec(), pc.remote_addr) + display.vvv(traceback.format_exc(), pc.remote_addr) fcntl.lockf(lock_fd, fcntl.LOCK_UN) os.close(lock_fd) server.run()