vihar-s1 / Desktop-Assistant

A voice triggered desktop assistant in python written with sole purpose of exploring the limits of "AI" without machine learning
3 stars 3 forks source link

[BUG]: Pylint Assistant.py errors #52

Open vihar-s1 opened 3 weeks ago

vihar-s1 commented 3 weeks ago

Brief Bug Description

on running pylint src/assistant.py, "too many branches" and "unused variable "stop_scroll_event" errors pop up. Need to resolve them. Separate sub-issues are created for both since the "too-many-branches" error might require severe refactoring and restructuring in the code base.

Brief Idea about Expected Behavior

Relevant log output

************* Module assistant
src/assistant.py:54:4: R0912: Too many branches (18/12) (too-many-branches)
src/assistant.py:100:31: W0612: Unused variable 'stop_scroll_event' (unused-variable)

-----------------------------------
Your code has been rated at 9.77/10