sbsv2/raptor/python/filter_list.py
changeset 625 a1925fb7753a
parent 590 360bd6b35136
child 674 37ee82a83d43
--- a/sbsv2/raptor/python/filter_list.py	Wed Jul 28 13:20:46 2010 +0100
+++ b/sbsv2/raptor/python/filter_list.py	Thu Aug 12 09:00:16 2010 +0100
@@ -189,7 +189,7 @@
 		
 		for filter in self.out:
 			if (filter != sys.stdout) and (filter != sys.stderr):
-				returnVal = returnVal and filter.close()
+				returnVal = filter.close() and returnVal
 		
 		return returnVal