[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13245] trunk/blender/release/getversion. py: Forgot ""'s around string in error message.

Chris Want cwant at ualberta.ca
Tue Jan 15 19:30:21 CET 2008


Kent Mein wrote:

> Modified: trunk/blender/release/getversion.py
> ===================================================================
> --- trunk/blender/release/getversion.py	2008-01-15 17:37:47 UTC (rev 13244)
> +++ trunk/blender/release/getversion.py	2008-01-15 18:06:48 UTC (rev 13245)
> @@ -52,4 +52,4 @@
>  if minor and major:
>  	print str(major)+"."+minor
>  else:
> -	print unkownversion
> +	print "unkownversion"

I'm not too knowledgeable about this patch, but shouldn't
it be "unknownversion" (i.e., with an 'n' between the 'k'
and the 'o').

Chris



More information about the Bf-committers mailing list