Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
forgot a char
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Mar 1, 2021
1 parent 6630235 commit 4cbbd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def populate_tab(self):
try:
self._populate_column(column, self.dataframe[column.column_name])
except Exception:
raise ValueError(f"Cannot open project due to an issue with the following column: `{column.column_name}`\n"
raise ValueError(f"Cannot open project due to an issue with the following column: `{column.column_name}`\n")

def _populate_column(self, column: ColumnWidget, series: pd.Series):
column.series = series

0 comments on commit 4cbbd43

Please sign in to comment.