Comment 4 for bug 484693

Revision history for this message
John O'Brien (jdobrien) wrote : Re: [Bug 484693] Re: Report a bug about“ubuntuone-client”...

nireubu wrote:
> i was looking the problem:
>
> "" There is a bug in ubuntuone.syncdaemon.config:
>
> def throttling_limit_parser(value):
> """parser for throttling limit values, if value < 0 returns None"""
> if value < 0:
> return None
> else:
> return int(value)
>
> The value comes in as a string so value < 0 is always False ""
>

This was fixed a few weeks ago, I assume it's available via apt-get update