mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
Revert "fix default plotjuggler path"
This reverts commit ef43028586fc331002cc4201aca5c4e2fc5b19c1. old-commit-hash: 8456917a0ecdbb5ecda95a8f19c8eef7ddc0a6e7
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