Skip to content
Snippets Groups Projects
Commit b1983548 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix indentation error

parent c62812a9
No related branches found
No related tags found
No related merge requests found
......@@ -507,7 +507,7 @@ def stop( self ):
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment