Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
linshokaku committed Jun 3, 2024
1 parent f30f0f4 commit a0cbe73
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ def __call__(self, manager: ExtensionsManagerProtocol) -> None:
if self._infer_entries:
# --- update entries ---
self._update_entries(log_report)
for entry in self._entries:
if entry not in df.columns:
df[entry] = None
self._widget.value = df[self._entries].to_html(index=False, na_rep="")

0 comments on commit a0cbe73

Please sign in to comment.