summaryrefslogtreecommitdiff
path: root/client/diagnose.py
Commit message (Collapse)AuthorAgeFilesLines
* Added docstrings to diagnose functionsschneefux2014-10-061-0/+50
|
* Transform DiagnosticRunner.run() into a single functionschneefux2014-10-061-43/+37
|
* Remove executable flag from diagnoseschneefux2014-10-061-0/+0
|
* Set loglevel at least to info during diagnose run and add '--diagnose' ↵schneefux2014-10-061-1/+7
| | | | argument to jasper.py
* Improve diagnose.py reusabilityschneefux2014-10-061-102/+108
|
* Fix flake8 style nitsschneefux2014-10-061-10/+14
|
* Changed pip package processingschneefux2014-09-231-5/+6
|
* Using logging module for logsschneefux2014-09-211-8/+13
|
* Use pip module for checking packagesschneefux2014-09-211-18/+19
|
* Added extra diagnosticsschneefux2014-09-211-3/+26
| | | | | - Check if say or espeak are installed - Check if all pip requirements were installed
* Use jasperpath in diagnose.pyschneefux2014-09-171-5/+2
| | | | Removed jasper_modules_path() function
* PEP8 style fixes for diagnose.pyschneefux2014-09-111-8/+11
|
* Simple diagnostic tool for Jasperschneefux2014-09-111-0/+105