aboutsummaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rwxr-xr-xsrc/python/botan2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/botan2.py b/src/python/botan2.py
index 01fd4daf8..87255d8c1 100755
--- a/src/python/botan2.py
+++ b/src/python/botan2.py
@@ -1395,6 +1395,7 @@ class X509Cert(object): # pylint: disable=invalid-name
hostname=None,
reference_time=0,
crls=None):
+ #pylint: disable=too-many-locals
if intermediates is not None:
c_intermediates = len(intermediates) * c_void_p