"Sebastian Spaeth" <[email protected]> writes:

>> @@ -227,7 +238,9 @@ python packagestage_scenefunc () {
>> -        os.system('rm -f ' + stamp + '.*')
>> +    for fname in glob.glob(stamp + '.*'):
>> +        _package_unlink(fname)
>> +
>
>> @@ -260,8 +273,8 @@ python packagedstage_stampfixing_eventhandler() {
>> -                        os.system('rm -f ' + dir)
>> -                    os.system('rm -f ' + stamp)
>> +                    _package_unlink(dir)
>> +                _package_unlink(stamp)
>
> Given you have made sure that those changed indentations are actually
> intended (I have not looked at the context of that patch):

File had already a mixed tab/whitespace indentation.  I used the style
which I found at the top of the file (tabulators) and did not noticed
that it changed below.



Enrico

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to