You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/galaxy
Toshio Kuratomi b1a56051bd Prevent traceback.
https://github.com/ansible/ansible/issues/13743#issuecomment-171520585

In some circumstance, the file fails to open.  When that occurs, we
can't try to close it in the finally clause.  Using a context manager is
the cleanest way to change the code to account for that case.
10 years ago
..
data Galaxy 2.0 10 years ago
__init__.py made loading of galaxy data files lazy 10 years ago
api.py Define and handle ignore_certs correctly. Preserve search term order. Tweak to Galaxy docsite. 10 years ago
login.py Galaxy 2.0 10 years ago
role.py Prevent traceback. 10 years ago
token.py Galaxy 2.0 10 years ago