mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
removed pass per feedback
This commit is contained in:
@@ -1021,7 +1021,6 @@ def get_custom_venv_choices(custom_paths=None):
|
|||||||
])
|
])
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception("Encountered an error while discovering custom virtual environments.")
|
logger.exception("Encountered an error while discovering custom virtual environments.")
|
||||||
pass
|
|
||||||
return custom_venv_choices
|
return custom_venv_choices
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user