KCC: pep8 line length in plot all connections
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 13 May 2015 03:38:22 +0000 (15:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Jun 2015 04:57:16 +0000 (06:57 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/kcc/__init__.py

index 4a2634b71bd1b513d520204dba45b13a769a3163..7836aee779e284686e3d95937185b8bbd46113b3 100644 (file)
@@ -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)