Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrem authored Jan 9, 2024
1 parent be1a667 commit 82eb5e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions robot_log_visualizer/ui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ def variableTreeWidget_on_click(self):
# if there is no selection we do nothing
if not paths:
return

self.plottingLock.acquire()
self.plotData[self.ui.tabPlotWidget.currentIndex()] = {"paths": paths, "legends": legends}

self.plot_items[self.ui.tabPlotWidget.currentIndex()].canvas.update_plots(
paths, legends, self.realtimeConnectionEnabled
)
Expand Down Expand Up @@ -750,7 +750,7 @@ def connect_realtime_logger(self):
msg = msg + self.signal_provider.robot_name

self.logger.write_to_log(msg)

self.networkThread = threading.Thread(target=self.maintain_connection, args=(root,))
self.networkThread.start()

Expand Down

0 comments on commit 82eb5e5

Please sign in to comment.