Revert "fix default plotjuggler path"

This reverts commit 91ec0a2099.
albatross
Adeeb Shihadeh 2021-03-09 13:35:00 -08:00
parent 026a580ee3
commit 8456917a0e
1 changed files with 1 additions and 1 deletions

View File

@ -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}'