mycroft-core/mycroft/skills
Åke Forslund 31701fc05d Add more safety around the context manager
====  Tech Notes ====
- Sanity check Message in handle_add_context(), 'word' needs to be a
string before calling into the context manager.
- Sanity check Message in handle_remove_context(), make sure a context
keyword was received before trying to remove.
- Docstrings
- Suppress exceptions while injecting context
2017-09-13 12:44:35 -05:00
..
__init__.py Fixed Missing License Headers on All Files. 2016-05-26 11:16:13 -05:00
audioservice.py Audio service is_playing property 2017-07-31 13:37:18 +02:00
container.py make skill id hash of skill directory 2017-09-11 19:43:02 -05:00
context.py Add decorators making context management easier 2017-08-15 21:27:19 -05:00
core.py Fix issues discovered by codacity. 2017-09-12 15:07:20 -05:00
event_scheduler.py Fix issues discovered by codacity. 2017-09-12 15:07:20 -05:00
intent_service.py Add more safety around the context manager 2017-09-13 12:44:35 -05:00
main.py Add event scheduler 2017-09-12 15:07:20 -05:00
padatious_service.py Update padatious 2017-09-06 19:22:33 -05:00
scheduled_skills.py Fix trailing references causing memory leak 2017-08-25 11:15:50 +02:00
settings.py Write settings dict to disk more frequently 2017-09-01 10:45:05 -05:00
time_rules.py defaulting to TimeRulesEnUs now works 2017-08-31 00:18:43 +02:00