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

Commit

Permalink
ok not possible without large message window, handled at higher level…
Browse files Browse the repository at this point in the history
…, nvm
  • Loading branch information
kushalkolar committed Mar 1, 2021
1 parent 56a0ea3 commit 35dafda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def populate_tab(self):
try:
self._populate_column(column, self.dataframe[column.column_name])
except Exception:
print(traceback.format_exc())
raise ValueError(f"Cannot open project due to an issue with the following column: `{column.column_name}`\n"
f"See the terminal for a full traceback")

Expand Down

0 comments on commit 35dafda

Please sign in to comment.