Skip to content

Commit

Permalink
fix/log_spam
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 30, 2023
1 parent 77e451a commit 8810f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovos_utils/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def get_ui_directories(root_dir: str) -> dict:
LOG.debug("Skill implements resources in `gui` directory")
ui_directories["all"] = join(base_directory, "gui")
return ui_directories
LOG.info("Checking for legacy UI directories")

if isdir(join(base_directory, "ui")):
LOG.debug("Handling `ui` directory as `qt5`")
LOG.debug("legacy UI directory found - Handling `ui` directory as `qt5`")
ui_directories["qt5"] = join(base_directory, "ui")
return ui_directories

0 comments on commit 8810f64

Please sign in to comment.