Skip to content

Commit

Permalink
WIP ⭐
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wartner committed Jul 23, 2024
1 parent e4bf740 commit b33a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/openwakeword-installer/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def update_wakewords(repository_url, folder='', base_directory='/share/openwakew

# Handle folder specific logic
target_path = os.path.join(target_repo_dir, folder) if folder else target_repo_dir
process_files(target_path, target_repo_dir)
process_files(target_path, base_directory)

except Exception as e:
_LOGGER.error(f"Error updating wakewords from repository {repository_url} to {target_repo_dir}: {e}")
Expand Down

0 comments on commit b33a1cd

Please sign in to comment.