Revert "fix default plotjuggler path"

This reverts commit ef43028586fc331002cc4201aca5c4e2fc5b19c1.

old-commit-hash: 8456917a0ecdbb5ecda95a8f19c8eef7ddc0a6e7
This commit is contained in:
Adeeb Shihadeh
2021-03-09 13:35:00 -08:00
parent 37db5ca9df
commit fabba154c0
+1 -1
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}'