From 4b8c57782959a63f087665a1a1a03ed2e9b8b7b0 Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Thu, 11 Apr 2024 04:55:14 +0200 Subject: [PATCH] all hail the linter god --- ipi/interfaces/sockets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipi/interfaces/sockets.py b/ipi/interfaces/sockets.py index 86a84a7de..263a4544c 100644 --- a/ipi/interfaces/sockets.py +++ b/ipi/interfaces/sockets.py @@ -301,7 +301,7 @@ def _getstatus_select(self): return Status.Up def _getstatus_direct(self): - """Gets driver status. Relies on blocking send/recv, which might lead to + """Gets driver status. Relies on blocking send/recv, which might lead to timeouts with slow networks. Returns: