mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
clean up pylint errors in ansible-connection (#21571)
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user