donate-cpu.py: Fix indentation

This commit is contained in:
versat 2018-12-20 14:26:00 +01:00
parent 19e979315f
commit 7ff0968853
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ def checkRequirements():
try: try:
subprocess.call([app, '--version']) subprocess.call([app, '--version'])
except OSError: except OSError:
print(app + ' is required') print(app + ' is required')
result = False result = False
return result return result
def getCppcheck(cppcheckPath): def getCppcheck(cppcheckPath):