[Yt-svn] commit/yt: samskillman: Oops, didn't mean to leave this extra name piece in there.

Bitbucket commits-noreply at bitbucket.org
Thu Sep 8 11:03:41 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/c7df53c9fd40/
changeset:   c7df53c9fd40
branch:      yt
user:        samskillman
date:        2011-09-08 19:13:51
summary:     Oops, didn't mean to leave this extra name piece in there.
affected #:  1 file (25 bytes)

--- a/yt/utilities/command_line.py	Thu Sep 08 11:10:15 2011 -0600
+++ b/yt/utilities/command_line.py	Thu Sep 08 11:13:51 2011 -0600
@@ -1559,7 +1559,7 @@
             
         save_name = opts.output
         if save_name is None:
-            save_name = "%s"%pf+"_"+field+'%i'%cam._mpi_get_rank()+"_rendering.png"
+            save_name = "%s"%pf+"_"+field+"_rendering.png"
         if not '.png' in save_name:
             save_name += '.png'
         if cam._mpi_get_rank() != -1:

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list