From b0d00259653fdb03528d7ffb415fc4a7b5f6debd 2009-11-12 02:07:20 From: Brian Granger Date: 2009-11-12 02:07:20 Subject: [PATCH] Doh. Fixed minor typo in last commit. --- diff --git a/IPython/kernel/ipclusterapp.py b/IPython/kernel/ipclusterapp.py index dccafcf..1c2db26 100644 --- a/IPython/kernel/ipclusterapp.py +++ b/IPython/kernel/ipclusterapp.py @@ -395,7 +395,7 @@ class IPClusterApp(ApplicationWithClusterDir): "Stopping cluster [pid=%r] with [signal=%r]" % (pid, sig) ) os.kill(pid, sig) - elif os.name='nt': + elif os.name=='nt': # As of right now, we don't support daemonize on Windows, so # stop will not do anything. Minimally, it should clean up the # old .pid files.