From 490eb10023c219e04273f2ff72358d0521203fb1 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 13 May 2015 15:38:22 +1200 Subject: [PATCH] KCC: pep8 line length in plot all connections Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- python/samba/kcc/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py index 4a2634b71bd..7836aee779e 100644 --- a/python/samba/kcc/__init__.py +++ b/python/samba/kcc/__init__.py @@ -2392,8 +2392,9 @@ class KCC(object): dot_edges.append((con.from_dnstr, dsa.dsa_dnstr)) verify_and_dot(basename, dot_edges, vertices=dot_vertices, - label=self.my_dsa_dnstr, properties=verify_properties, - debug=DEBUG, verify=verify, dot_file_dir=self.dot_file_dir, + label=self.my_dsa_dnstr, + properties=verify_properties, debug=DEBUG, + verify=verify, dot_file_dir=self.dot_file_dir, directed=True, edge_colors=edge_colours, vertex_colors=vertex_colours) -- 2.11.4.GIT