Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linting: pylint: Enable `broad-except`, Improve logging | nfnty | 2017-01-21 | 1 | -16/+13 |
| | | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging. | ||||
* | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 1 | -3/+8 |
| | |||||
* | linting: autopep8 | nfnty | 2017-01-17 | 1 | -4/+10 |
| | |||||
* | Add two blank lines where is expected | stepshal | 2016-06-16 | 1 | -0/+2 |
| | |||||
* | Add plugin_pmount.py | Wojciech Siewierski | 2015-10-09 | 1 | -0/+30 |
Implemented as a Python plugin instead of a bunch of rc.conf lines to allow easy nested looping. |