# HG changeset patch # User raptorbot # Date 1263834212 0 # Node ID 2022a4abb126f1b0927fcc1b051db2001be4c0ac # Parent e8506cb183056b7e72006f25f05765ecb1579387 filter and wilterwhatcomp cosmetic (style) fixes. diff -r e8506cb18305 -r 2022a4abb126 sbsv2/raptor/bin/sbs_filter.py --- a/sbsv2/raptor/bin/sbs_filter.py Mon Jan 18 16:40:22 2010 +0000 +++ b/sbsv2/raptor/bin/sbs_filter.py Mon Jan 18 17:03:32 2010 +0000 @@ -76,13 +76,11 @@ traceback.print_exc() sys.exit(1) -the_raptor_errorCode = 0 # Print the summary (this can't return errors) the_raptor.out.summary() if not the_raptor.out.close(): - print "BADCLOSE" the_raptor.errorCode = 2 # return the error code diff -r e8506cb18305 -r 2022a4abb126 sbsv2/raptor/python/plugins/filter_check.py --- a/sbsv2/raptor/python/plugins/filter_check.py Mon Jan 18 16:40:22 2010 +0000 +++ b/sbsv2/raptor/python/plugins/filter_check.py Mon Jan 18 17:03:32 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" diff -r e8506cb18305 -r 2022a4abb126 sbsv2/raptor/python/plugins/filter_whatcomp.py --- a/sbsv2/raptor/python/plugins/filter_whatcomp.py Mon Jan 18 16:40:22 2010 +0000 +++ b/sbsv2/raptor/python/plugins/filter_whatcomp.py Mon Jan 18 17:03:32 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" @@ -49,7 +49,7 @@ def end_bldinf(self): self.outfile.write("++ Finished\n") - def open(self, build_parameters): + def open(self, build_parameters): t = filter_what.FilterWhat.open(self, build_parameters) self.path_prefix_to_strip = os.path.abspath(build_parameters.epocroot) self.path_prefix_to_add_on = build_parameters.incoming_epocroot