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