##// END OF EJS Templates
Doh. Fixed minor typo in last commit.
Brian Granger -
Show More
@@ -395,7 +395,7 b' class IPClusterApp(ApplicationWithClusterDir):'
395 395 "Stopping cluster [pid=%r] with [signal=%r]" % (pid, sig)
396 396 )
397 397 os.kill(pid, sig)
398 elif os.name='nt':
398 elif os.name=='nt':
399 399 # As of right now, we don't support daemonize on Windows, so
400 400 # stop will not do anything. Minimally, it should clean up the
401 401 # old .pid files.
General Comments 0
You need to be logged in to leave comments. Login now