ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/GetOutput.py
(Generate patch)

Comparing COMP/CRAB/python/GetOutput.py (file contents):
Revision 1.43 by spiga, Tue Oct 28 17:40:20 2008 UTC vs.
Revision 1.44 by spiga, Mon Nov 10 10:39:41 2008 UTC

# Line 242 | Line 242 | class GetOutput(Actor):
242              else:
243                  codeValue["applicationReturnCode"] = ''
244              
245 +        else:
246 +            if codeValue.has_key('applicationReturnCodeOrig'):
247 +                codeValue.pop("applicationReturnCodeOrig")
248          return codeValue
249  
250      def moveOutput(self,id, max_id,path,file):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines