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