[Yt-svn] yt-commit r1456 - branches/yt-1.5/yt trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Sep 18 13:48:17 PDT 2009


Author: mturk
Date: Fri Sep 18 13:48:11 2009
New Revision: 1456
URL: http://yt.spacepope.org/changeset/1456

Log:
Updated rpdb command to be accurate



Modified:
   branches/yt-1.5/yt/rpdb.py
   trunk/yt/rpdb.py

Modified: branches/yt-1.5/yt/rpdb.py
==============================================================================
--- branches/yt-1.5/yt/rpdb.py	(original)
+++ branches/yt-1.5/yt/rpdb.py	Fri Sep 18 13:48:11 2009
@@ -55,7 +55,7 @@
     traceback.print_exception(exc_type, exc, tb)
     task = ytcfg.getint("yt", "__parallel_rank")
     size = ytcfg.getint("yt", "__parallel_size")
-    print "Starting RPDB server on task %s ; connect with yt_rpdb %s" \
+    print "Starting RPDB server on task %s ; connect with 'yt rpdb %s'" \
             % (task,task)
     handler = pdb_handler(tb)
     server = PdbXMLRPCServer(("localhost", 8010+task))

Modified: trunk/yt/rpdb.py
==============================================================================
--- trunk/yt/rpdb.py	(original)
+++ trunk/yt/rpdb.py	Fri Sep 18 13:48:11 2009
@@ -55,7 +55,7 @@
     traceback.print_exception(exc_type, exc, tb)
     task = ytcfg.getint("yt", "__parallel_rank")
     size = ytcfg.getint("yt", "__parallel_size")
-    print "Starting RPDB server on task %s ; connect with yt_rpdb %s" \
+    print "Starting RPDB server on task %s ; connect with 'yt rpdb %s'" \
             % (task,task)
     handler = pdb_handler(tb)
     server = PdbXMLRPCServer(("localhost", 8010+task))



More information about the yt-svn mailing list