Skip to content

Commit

Permalink
sometimes we get a FileNotFoundError
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Oct 9, 2017
1 parent e550c4a commit bfbf4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
libs = subprocess.check_output(["pkg-config", "fplll", "--libs"])
if b"-lqd" in libs:
have_qd = True
except subprocess.CalledProcessError:
except (subprocess.CalledProcessError, FileNotFoundError):
pass

if have_qd:
Expand Down

0 comments on commit bfbf4fe

Please sign in to comment.