[yt-svn] commit/yt: ngoldbaum: Fix unbound local error in scale callback

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jun 4 09:47:09 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/ab1bd145878f/
Changeset:   ab1bd145878f
Branch:      yt
User:        ngoldbaum
Date:        2015-06-03 19:21:57+00:00
Summary:     Fix unbound local error in scale callback
Affected #:  1 file

diff -r 8d3663ac217ddab3405fc79be7e7b299aa09bbd0 -r ab1bd145878fe53d71c4d000422c9b7723af8c99 yt/visualization/plot_modifications.py
--- a/yt/visualization/plot_modifications.py
+++ b/yt/visualization/plot_modifications.py
@@ -1821,7 +1821,7 @@
             'color': 'w'
         }
 
-        inset_box_args = {
+        def_inset_box_args = {
             'facecolor': 'black',
             'linewidth': 3,
             'edgecolor': 'white',

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