Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorg shutdown to prevent logged exceptions in skill shutdown #240

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

NeonDaniel
Copy link
Member

Add try/except around module shutdown

@NeonDaniel NeonDaniel requested a review from a team December 14, 2022 00:10
@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Merging #240 (eceba4a) into dev (6ceb058) will increase coverage by 4.53%.
The diff coverage is 43.57%.

@@            Coverage Diff             @@
##              dev     #240      +/-   ##
==========================================
+ Coverage   50.35%   54.88%   +4.53%     
==========================================
  Files         119      156      +37     
  Lines       10077     9357     -720     
==========================================
+ Hits         5074     5136      +62     
+ Misses       5003     4221     -782     
Impacted Files Coverage Δ
mycroft/audio/__main__.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/__main__.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/arduino.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/eyes.py 0.00% <0.00%> (ø)
mycroft/client/enclosure/mark1/mouth.py 0.00% <0.00%> (ø)
mycroft/client/speech/__main__.py 0.00% <0.00%> (ø)
mycroft/client/speech/hotword_factory.py 0.00% <0.00%> (-88.89%) ⬇️
mycroft/client/speech/service.py 0.00% <0.00%> (ø)
mycroft/client/speech/silence.py 0.00% <0.00%> (-42.86%) ⬇️
mycroft/client/text/__init__.py 0.00% <0.00%> (ø)
... and 151 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@j1nx j1nx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't comment on the code but like this as those exception errors got me confused before

@JarbasAl JarbasAl merged commit 6bdeaf6 into dev Dec 14, 2022
@JarbasAl JarbasAl deleted the FEAT_HandleExceptionsInShutdown branch December 14, 2022 11:02
@JarbasAl JarbasAl mentioned this pull request Jan 10, 2023
23 tasks
@JarbasAl JarbasAl added the bug Something isn't working label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants