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

Comparing COMP/CRAB/python/PsetManipulator.py (file contents):
Revision 1.10 by slacapra, Wed Apr 18 17:06:21 2007 UTC vs.
Revision 1.11 by slacapra, Thu May 10 13:47:06 2007 UTC

# Line 22 | Line 22 | class PsetManipulator:
22          exit_code = os.system(cmd)
23          if exit_code != 0 :
24              msg = 'Could not convert '+self.pset+' into a python Dictionary \n'
25 <            msg += 'Failed to execute '+cmd+'\n'
26 <            msg += 'Exit code : '+exit_code
25 >            msg += 'Failed to execute \n'+cmd+'\n'
26 >            msg += 'Exit code : '+str(exit_code)
27  
28              raise CrabException(msg)
29              pass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines