summaryrefslogtreecommitdiffstats
path: root/pylint_plugins.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-02 07:31:12 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-03 09:00:34 +0200
commit0e989e2a28fb8093528176574ffd2ae2ecac4c14 (patch)
tree8fa1f0542a995198b30dac97fc114a1cab6c0322 /pylint_plugins.py
parent98ede1b0e8c8473d6910fab2328dbc81d740945c (diff)
downloadfreeipa-0e989e2a28fb8093528176574ffd2ae2ecac4c14.tar.gz
freeipa-0e989e2a28fb8093528176574ffd2ae2ecac4c14.tar.xz
freeipa-0e989e2a28fb8093528176574ffd2ae2ecac4c14.zip
parameters: introduce no_convert keyword argument
When set to true, the argument causes params to not convert unicode values to the param type. This will allow thin client to properly handle params which can be converted from unicode to the param type only on the server, e.g. because of a normalizer. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'pylint_plugins.py')
-rw-r--r--pylint_plugins.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint_plugins.py b/pylint_plugins.py
index 631d85ab1..095e2bdda 100644
--- a/pylint_plugins.py
+++ b/pylint_plugins.py
@@ -152,6 +152,7 @@ ipa_class_members = {
'alwaysask',
'sortorder',
'option_group',
+ 'no_convert',
],
'ipalib.parameters.Bool': [
'truths',