liuderchi / ide-yaml

:atom: Atom-IDE support for YAML language
https://atom.io/packages/ide-yaml
20 stars 7 forks source link

autocomplete-ansible traceback output: #82

Open Pickacho opened 2 years ago

Pickacho commented 2 years ago

autocomplete-ansible traceback output:

Command failed: "/usr/bin/python" "/home/thor/.atom/packages/autocomplete-ansible/libs/parse_ansible.py" /home/thor/.local/lib/python2.7/site-packages/ansible/parsing/vault/init.py:44: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography.exceptions import InvalidSignature Traceback (most recent call last): File "/home/thor/.atom/packages/autocomplete-ansible/libs/parse_ansible.py", line 20, in BLACKLIST_MODULES = plugin_docs.BLACKLIST['MODULE'] AttributeError: 'module' object has no attribute 'BLACKLIST'