removed pass per feedback

This commit is contained in:
gamuniz
2020-05-11 18:02:25 -04:00
committed by Ryan Petrello
parent 492d01ff3b
commit 563d3944ed

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