From 6bbbce44733761fda1fc588397b8baddbc7f8de3 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Nov 25 2016 15:18:22 +0000 Subject: wrap long line Reviewed-By: Martin Basti --- diff --git a/ipaserver/plugins/aci.py b/ipaserver/plugins/aci.py index e09a0ab..f5973e9 100644 --- a/ipaserver/plugins/aci.py +++ b/ipaserver/plugins/aci.py @@ -354,7 +354,8 @@ def _aci_to_kw(ldap, a, test=False, pkey_only=False): try: targetdn = DN(target.replace('ldap:///','')) except ValueError as e: - raise errors.ValidationError(name='subtree', error=_("invalid DN (%s)") % e) + raise errors.ValidationError( + name='subtree', error=_("invalid DN (%s)") % e) if targetdn.endswith(DN(api.env.container_group, api.env.basedn)): kw['targetgroup'] = targetdn[0]['cn'] else: