From a2482dc7446712e658cba58674f7867bc4058af9 Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Wed, 1 May 2024 16:22:26 +0100 Subject: [PATCH] #2464 - Forgot to save and add a file that would cause flake8 failure --- src/primaite/simulator/network/hardware/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primaite/simulator/network/hardware/base.py b/src/primaite/simulator/network/hardware/base.py index 27a31e84..1d305598 100644 --- a/src/primaite/simulator/network/hardware/base.py +++ b/src/primaite/simulator/network/hardware/base.py @@ -652,7 +652,7 @@ class Link(SimComponent): # Load the frame size on the link self.current_load += frame_size _LOGGER.debug( - f"Added {frame_size:.3f} Mbits to {self}, current load {self.current_load:.3f} Mbits " + f"Added {frame_size:.3f} Mbits to {self}, current load {self.current_load:.3f} Mbits " # noqa f"({self.current_load_percent})" ) return True