Skip to content

Commit

Permalink
Handle venv detect in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 18, 2024
1 parent 3e214f9 commit b12cc98
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 @@ -39,7 +39,7 @@ def is_package_installed(self, package_name):
try:
import venv
return True
except ImportError::
except ImportError:
return False
try:
if sys.version_info >= (3, 8):
Expand Down

0 comments on commit b12cc98

Please sign in to comment.