Add missing docstring.

This commit is contained in:
Florian Bruhin 2015-08-25 21:17:04 +02:00
parent 8c76db3892
commit abba3215f2

View File

@ -78,6 +78,7 @@ PERFECT_FILES = [
def check_coverage():
"""Main entry point which parses/checks coverage.xml if applicable."""
if sys.platform != 'linux':
print("Skipping coverage checks on non-Linux system.")
return 0