mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Small error-message formatting change to compile-messages.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -11,7 +11,7 @@ def compile_messages(): | |||||||
|     elif os.path.isdir('locale'): |     elif os.path.isdir('locale'): | ||||||
|         basedir = os.path.abspath('locale') |         basedir = os.path.abspath('locale') | ||||||
|     else: |     else: | ||||||
|         print "this script should be run from the django svn tree or your project or app tree" |         print "This script should be run from the Django SVN tree or your project or app tree." | ||||||
|         sys.exit(1) |         sys.exit(1) | ||||||
|  |  | ||||||
|     for dirpath, dirnames, filenames in os.walk(basedir): |     for dirpath, dirnames, filenames in os.walk(basedir): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user