Files
freeipa/install/tools
Stanislav Laznicka a765746e95 pylint: fix not-context-manager false positives
threading.Lock() in ipa-replica-conncheck is an alias to
thread.allocate_lock() which creates a LockType object.
This object is an actual context manager but the alias
seems to confuse pylint a bit.

https://pagure.io/freeipa/issue/6874

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2017-09-08 15:42:07 +02:00
..
2014-01-03 09:46:05 +01:00
2014-01-03 09:46:05 +01:00
2017-03-28 15:02:06 +02:00
2014-08-22 09:59:31 +02:00
2014-01-03 09:46:05 +01:00
2014-01-03 09:46:05 +01:00
2014-01-03 09:46:05 +01:00
2014-01-03 09:46:05 +01:00
2017-07-27 10:32:07 +02:00