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/packaging/language
Evan b5ad8b83be pip: Fix uninitialized variable during check_mode (#4379)
During check_mode (`--check`), the variable change could be
used uninitialized, yielding this error:

`UnboundLocalError: local variable 'changed' referenced before assignment`

This changeset simply initializes it to False.
8 years ago
..
__init__.py Some more module categorization. 10 years ago
easy_install.py Proper author info for all remaining modules 9 years ago
gem.py Change gem_source and executable to 'path' 9 years ago
pip.py pip: Fix uninitialized variable during check_mode (#4379) 8 years ago