Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Merge 0200ed1 into 7f11678
Browse files Browse the repository at this point in the history
  • Loading branch information
jamienoss committed Jul 24, 2018
2 parents 7f11678 + 0200ed1 commit 15f0df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy_helpers/openmp_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def check_openmp_support(openmp_flags=None):
log.warn("Unexpected output from test OpenMP "
"program (output was {0})".format(output))
is_openmp_supported = False
except (CompileError, LinkError):
except (CompileError, LinkError, subprocess.CalledProcessError):
is_openmp_supported = False

finally:
Expand Down

0 comments on commit 15f0df6

Please sign in to comment.