Browse Source

Different exception than I expected

default_compile_flags
vector-of-bool 5 years ago
parent
commit
5ef5c84225
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/build.py

+ 1
- 1
tools/build.py View File

try: try:
subprocess.check_output(['ccache', '--version']) subprocess.check_output(['ccache', '--version'])
return True return True
except subprocess.CalledProcessError:
except FileNotFoundError:
return False return False





Loading…
Cancel
Save