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:
|
try:
|
||||||
server = Server(sf_path, pc)
|
server = Server(sf_path, pc)
|
||||||
except Exception as exc:
|
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)
|
fcntl.lockf(lock_fd, fcntl.LOCK_UN)
|
||||||
os.close(lock_fd)
|
os.close(lock_fd)
|
||||||
server.run()
|
server.run()
|
||||||
|
|
Loading…
Reference in a new issue