Ah, off-by-one is always so much fun :)
patch welcome! :P
Le jeu. 01 nov. 2012 00:27:11 CET, T500 a écrit :
> Its one of those stupid points of observation that you see from time
> to time. Its existence is unlikely to influence anything in the whole
> wide universe... but it does exists :)
>
> Indeed the error below is in line 74 to all known editor programs on
> my system, yet highlighted >> line 73:
>
> Sorry its not life changing and trivial in the grand scheme of
> things. But truthfully and honestly, did anyone notice or even care
> for that matter?
>
>
> |
> File"/usr/local/lib/python2.7/site-packages/Kivy-1.4.1-py2.7-linux-x86_64.egg/kivy/lang.py",line
> 1032,increate_handler
> raiseBuilderException(rule.ctx,rule.line,str(e))
> kivy.lang.BuilderException:Parser:File"./scr.kv",line 74:
> ...
> 70:Button:
> 71: text:str(self.size)
> 72:Widget:
> >>73: size_hint:(None,Garbage)
> 74:
> 75:
> ...
> name 'Garbage'isnotdefined
> |
>
> Sorry, just a little hearted post about those small things that often
> escape our attention :)
>
> --
>
>