Skip to content

Commit

Permalink
black again
Browse files Browse the repository at this point in the history
  • Loading branch information
Klint Anders (Consultant) committed Apr 9, 2024
1 parent ae043d7 commit 1c7a536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_CAN_bus_loogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ def test_almost_j1939_extract(self):
# else it is identical to the CSS Electronics demo file in test package
# NB: This fiddöing with optional "test" in path not needed if test file included in test .zip!
dbc = os.path.join(".", "test", "almost-J1939.dbc") # Local tests
#if not os.path.exists(dbc):
# if not os.path.exists(dbc):
# dbc = os.path.join(os.path.abspath("."), "almost-J1939.dbc") # CI env?

# What is really present in current dir in CI env...?
#content = ", ".join(os.listdir(os.path.join(".", "test")))
#assert( content == "Foo")
# content = ", ".join(os.listdir(os.path.join(".", "test")))
# assert( content == "Foo")

signals = [input_file for input_file in temp_dir.iterdir() if input_file.suffix == ".npy"]

Expand Down

0 comments on commit 1c7a536

Please sign in to comment.