Skip to content

Commit

Permalink
adding a log message about using default themes path
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 9, 2024
1 parent 4651e20 commit 5652b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sageworks/utils/theme_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _initialize(cls):

# If the theme path is not set, use the default path
if not config_theme_path:
cls._log.important("Using default themes path...")
cls._theme_path = files("sageworks") / "themes"
else:
cls._theme_path = Path(config_theme_path)
Expand Down

0 comments on commit 5652b26

Please sign in to comment.