From b35d6587ef764c1d62644d8726555aee0944cefe Mon Sep 17 00:00:00 2001 From: erlingrj Date: Mon, 20 Jan 2025 13:16:45 +0100 Subject: [PATCH] Spotless --- test/Python/src/serialization/CustomSerializer.lf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Python/src/serialization/CustomSerializer.lf b/test/Python/src/serialization/CustomSerializer.lf index ee479bb28c..cdb03999c1 100644 --- a/test/Python/src/serialization/CustomSerializer.lf +++ b/test/Python/src/serialization/CustomSerializer.lf @@ -8,7 +8,7 @@ target Python { preamble {= # Note that both federates will try to install the pickle_serializer package. One will likely fail, # but the other will succeed. - cwd = os.path.abspath(__file__) + cwd = os.path.abspath(__file__) os.system(f"pip install {cwd}/../pickle_serializer/") import pickle_serializer =}