filter and wilterwhatcomp cosmetic (style) fixes.
--- 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
--- 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"
--- 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