Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 20, 2025
1 parent f0d8c26 commit b35d658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Python/src/serialization/CustomSerializer.lf
Original file line number Diff line number Diff line change
Expand Up @@ -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
=}
Expand Down

0 comments on commit b35d658

Please sign in to comment.