don't wait to install plotjuggler

pull/25400/head
Robbe Derks 3 years ago
parent d740940347
commit 3575142071
  1. 2
      tools/plotjuggler/juggle.py

@ -170,7 +170,7 @@ if __name__ == "__main__":
install() install()
if get_plotjuggler_version() < MINIMUM_PLOTJUGGLER_VERSION: if get_plotjuggler_version() < MINIMUM_PLOTJUGGLER_VERSION:
ans = input("PlotJuggler is out of date. Installing update...") print("PlotJuggler is out of date. Installing update...")
install() install()
if args.stream: if args.stream:

Loading…
Cancel
Save