Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Jan 15, 2024
1 parent 75d8ab9 commit 0d3202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def platform_ensure_python_installed() -> None:
)
print(f"Python is already installed: {stdout}")
return
except Exception:
except Exception: # pylint: disable=broad-except
pass
if sys.platform == "darwin":
_exe("brew install python3")
Expand Down

0 comments on commit 0d3202b

Please sign in to comment.