[yt-svn] commit/yt: migueldvb: Fix typo in distribute_setup script

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Dec 4 14:33:06 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/3c95fcd960e6/
Changeset:   3c95fcd960e6
Branch:      yt
User:        migueldvb
Date:        2014-12-04 22:28:53+00:00
Summary:     Fix typo in distribute_setup script
Affected #:  1 file

diff -r 5cd6764df8f3fbb981eefa5f19ee9f98b0ed61f6 -r 3c95fcd960e6926ec9bcc3b336122d6b0fc1030c distribute_setup.py
--- a/distribute_setup.py
+++ b/distribute_setup.py
@@ -269,7 +269,7 @@
 
 def _remove_flat_installation(placeholder):
     if not os.path.isdir(placeholder):
-        log.warn('Unkown installation at %s', placeholder)
+        log.warn('Unknown installation at %s', placeholder)
         return False
     found = False
     for file in os.listdir(placeholder):

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