Matt Clay
|
48eeab8a53
|
Fix errors reported by pylint. (#23282)
* Fix pylint misplaced-bare-raise errors.
* Fix pylint return-in-init error.
* Fix pylint bad-format-character error.
* Fix pylint too-many-format-args errors.
* Fix pylint too-few-format-args errors.
* Fix pylint truncated-format-string error.
|
2017-04-06 16:58:16 -07:00 |
Brian Coca
|
89646d4253
|
no need to be executable
|
2015-11-16 14:40:35 -08:00 |
Sebi Calbaza
|
1f052d5ce6
|
fixed super invocation
|
2015-11-15 13:48:40 +02:00 |
Marius Gedminas
|
0c6ce31f76
|
Use 'except ... as' syntax
This syntax works on Python 2.6 through 3.x. lib/ansible/module_utils
(and lib/ansible/modules) need to support Python 2.4, so I didn't touch
those.
|
2015-08-27 22:15:04 +03:00 |
Brian Coca
|
2787b3acac
|
ported consul_kv lookup from v1
|
2015-08-21 00:22:20 -04:00 |