removed pass per feedback

This commit is contained in:
gamuniz 2020-05-11 18:02:25 -04:00 committed by GitHub
parent 1590c69590
commit 8b2c65a3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1021,7 +1021,6 @@ def get_custom_venv_choices(custom_paths=None):
])
except Exception:
logger.exception("Encountered an error while discovering custom virtual environments.")
pass
return custom_venv_choices