Doh! Fixed in r214768.

On Mon, Aug 4, 2014 at 12:18 PM, İsmail Dönmez <[email protected]> wrote:

>
> Hi,
>
> On Mon, Aug 4, 2014 at 9:44 PM, Dan Albert <[email protected]> wrote:
>>
>> +for feature, loc in locales[platform.system()].items():
>> +    try:
>> +        locale.setlocale(locale.LC_ALL, loc)
>> +        config.available_features.add('locale.{}'.format(feature))
>> +    except:
>> +        lit_config.warning('The locale {} is not supported by your
>> platoform. '
>> +                           'Some tests will be unsupported.'.format(loc))
>>
>
> typo: platoform
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to