Skip to content

Commit

Permalink
Fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
John E. Rollinson committed May 25, 2021
1 parent 85d8581 commit 842a1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/pybuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
try:
import build
b = build.Builder()
except e:
except Exception as e:
print(e)
b = type("", (), {})()

Expand Down

0 comments on commit 842a1f4

Please sign in to comment.