Revert "fix default plotjuggler path"

This reverts commit ef43028586fc331002cc4201aca5c4e2fc5b19c1.

old-commit-hash: 8456917a0e
commatwo_master
Adeeb Shihadeh 5 years ago
parent 37db5ca9df
commit fabba154c0
  1. 2
      tools/plotjuggler/juggle.py

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

Loading…
Cancel
Save