mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-02 13:29:30 +08:00
Revert "fix default plotjuggler path"
This reverts commit ef43028586fc331002cc4201aca5c4e2fc5b19c1.
old-commit-hash: 8456917a0e
This commit is contained in:
@@ -31,7 +31,7 @@ def juggle_file(fn, dbc=None, layout=None):
|
||||
if dbc:
|
||||
env["DBC_NAME"] = dbc
|
||||
|
||||
pj = os.getenv("PLOTJUGGLER_PATH", "bin/plotjuggler")
|
||||
pj = os.getenv("PLOTJUGGLER_PATH", "plotjuggler")
|
||||
extra_args = ""
|
||||
if layout is not None:
|
||||
extra_args += f'-l {layout}'
|
||||
|
||||
Reference in New Issue
Block a user