From b1983548aa724e69d71b5cb2ff1d621e634c1cf4 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 15 Jan 2015 02:36:34 -0800 Subject: [PATCH] Fix indentation error --- mininet/net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/net.py b/mininet/net.py index d59a089..5289ee5 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -507,7 +507,7 @@ class Mininet( object ): switches = tuple( switches ) if hasattr( swclass, 'batchShutdown' ): swclass.batchShutdown( switches ) - stopped.update( { s: s for s in switches } ) + stopped.update( { s: s for s in switches } ) for switch in self.switches: info( switch.name + ' ' ) if switch not in stopped: