clean up pylint errors in ansible-connection (#21571)
This commit is contained in:
parent
eaba067de9
commit
e77964f9da
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue