diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-06-19 17:40:16 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-06-22 14:30:58 +0200 |
commit | af4e0fec218c9e2c089854fa279b0537530bfd75 (patch) | |
tree | aee7a4c75d084bd9c6824c3ca4b8debe2d6c32c5 /roles | |
parent | 022cf67ea6be52ee46bb52aa6e78b9690698dc2e (diff) | |
download | openshift-af4e0fec218c9e2c089854fa279b0537530bfd75.tar.gz openshift-af4e0fec218c9e2c089854fa279b0537530bfd75.tar.bz2 openshift-af4e0fec218c9e2c089854fa279b0537530bfd75.tar.xz openshift-af4e0fec218c9e2c089854fa279b0537530bfd75.zip |
Add module docstring
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_health_checker/openshift_checks/disk_availability.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/openshift_checks/disk_availability.py b/roles/openshift_health_checker/openshift_checks/disk_availability.py index 638201495..ac30d5fa5 100644 --- a/roles/openshift_health_checker/openshift_checks/disk_availability.py +++ b/roles/openshift_health_checker/openshift_checks/disk_availability.py @@ -1,4 +1,5 @@ -# pylint: disable=missing-docstring +"""Check that there is enough disk space in predefined paths.""" + import os.path import tempfile |