Skip to content

Commit

Permalink
[fix] Remove unneeded check for species model
Browse files Browse the repository at this point in the history
  • Loading branch information
Kastakin committed May 17, 2023
1 parent a84d860 commit f8ec329
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/python/pyes/viewmodels/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ def updateHeader(self, new_header):

for row in self._data.index:
self._data.iloc[row, 1] = str(getName(self._data.iloc[row, 8:-1]))
if self._data.iloc[row, 1] == "0":
self._data.iloc[row, 1] = ""

self.layoutChanged.emit()

Expand Down

0 comments on commit f8ec329

Please sign in to comment.