Skip to content

Commit

Permalink
Update hooks.py
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Nov 7, 2024
1 parent c7ab4c8 commit b9deceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kedro_viz/integrations/kedro/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def get_file_size(self, dataset: Any) -> Union[int, None]:
else:
return None

except Exception as exc:
except Exception as exc: # pragma: no cover
logger.warning(
"Unable to get file size for the dataset %s: %s", dataset, exc
)
Expand Down

0 comments on commit b9deceb

Please sign in to comment.