freeipa/ipalib/install
Fraser Tweedale 0711c4a0d4 certmonger: avoid mutable default argument
certmonger._get_requests has a mutable default argument.  Although
at the present time it is never modified, this is an antipattern to
be avoided.

In fact, we don't even need the default argument, because it is
always called with a dict() argument.  So just remove it.

Part of: https://pagure.io/freeipa/issue/8186

Reviewed-By: Rob Crittenden <rcritten@redhat.com>
2020-03-25 11:13:03 +11:00
..
__init__.py install: introduce installer class hierarchy 2016-11-11 12:17:25 +01:00
certmonger.py certmonger: avoid mutable default argument 2020-03-25 11:13:03 +11:00
certstore.py Fix ipa-server-upgrade: This entry already exists 2017-08-30 12:47:53 +02:00
hostname.py Only warn when specified server IP addresses don't match intf 2017-06-06 18:10:33 +02:00
kinit.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
service.py Remove replica_file knob from ipalib/install/service.py 2018-09-12 13:11:21 +02:00
sysrestore.py Py3: Remove subclassing from object 2018-09-27 11:49:04 +02:00