Skip to content
Snippets Groups Projects
Commit 1e0eeb08 authored by Lan Dam's avatar Lan Dam
Browse files

flake8

parent 5ba3684a
No related branches found
No related tags found
1 merge request!165Fix SOH info not show for bottom of Jerk/DPS and display all info lines for the case data point clicked matches more than one SOH lines.
...@@ -499,7 +499,6 @@ class SearchMessageDialog(QtWidgets.QWidget): ...@@ -499,7 +499,6 @@ class SearchMessageDialog(QtWidgets.QWidget):
self.current_table.scrollToItem(item, QAbstractItemView.PositionAtTop) self.current_table.scrollToItem(item, QAbstractItemView.PositionAtTop)
self.current_table.setFocus() self.current_table.setFocus()
def show_log_entry_from_log_indexes(self, log_indexes: List[int]): def show_log_entry_from_log_indexes(self, log_indexes: List[int]):
""" """
This is called when clicking a clickable data point on a SOH channel This is called when clicking a clickable data point on a SOH channel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment