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

Don't stop data network controllers twice.

parent e2eb95a2
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,8 @@ def __init__( self, n, dataController=DataController, **kwargs ):
net.stop()
info( '* Stopping Control Network\n' )
# dataControllers have already been stopped
cnet.hosts = list( set( cnet.hosts ) - set( dataControllers ) )
cnet.stop()
......
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