[yt-svn] commit/yt: samskillman: Need to use the real path for local storage output dir.

Bitbucket commits-noreply at bitbucket.org
Thu Nov 15 10:22:50 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/8cb9af8d00ee/
changeset:   8cb9af8d00ee
branch:      yt
user:        samskillman
date:        2012-11-15 19:22:11
summary:     Need to use the real path for local storage output dir.
affected #:  1 file

diff -r 9d5b945ee428fde46bd25f5b01185850f20e11e2 -r 8cb9af8d00eea1225d16825db5e931cfde23baa4 yt/utilities/answer_testing/framework.py
--- a/yt/utilities/answer_testing/framework.py
+++ b/yt/utilities/answer_testing/framework.py
@@ -100,7 +100,7 @@
             # Fix up filename for local storage 
             if options.compare_name is not None:
                 options.compare_name = "%s/%s/%s" % \
-                    (options.output_dir, options.compare_name, 
+                    (os.path.realpath(options.output_dir), options.compare_name, 
                      options.compare_name)
             if options.this_name is not None:
                 name_dir_path = "%s/%s" % \

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