Skip to content

Commit

Permalink
fix path in print
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 1, 2024
1 parent 2ba3947 commit 8d83ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/dbc/generator/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_generator():

err = "Generated DBC mismatch\n\n"
err += f"Different files: {comp.diff_files}\n\n"
err += "Run opendbc/generator/generator.py to regenerate DBC files."
err += "Run opendbc/dbc/generator/generator.py to regenerate DBC files."
assert len(comp.diff_files) == 0, err


Expand Down

0 comments on commit 8d83ce5

Please sign in to comment.