ansible/packaging
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.
2016-08-10 23:45:54 +02:00
..
language pip: Fix uninitialized variable during check_mode (#4379) 2016-08-10 23:45:54 +02:00
os Add way to specify environment (#3453) 2016-07-13 11:23:26 -04:00
__init__.py package files 2014-09-26 11:05:47 -04:00