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

Comparing COMP/CRAB/python/multicrab.py (file contents):
Revision 1.10 by slacapra, Wed Mar 4 13:03:24 2009 UTC vs.
Revision 1.11 by slacapra, Thu Apr 23 19:09:38 2009 UTC

# Line 101 | Line 101 | class MultiCrab:
101                      raise CrabException('-continue and -cfg cannot coexist.')
102                  if opts[opt] :
103                      self.cfg_fname = opts[opt]
104 <                    opts.remove[opt]
104 >                    del opts[opt] # do not pass cfg further on
105                  else : processHelpOptions()
106                  pass
107              pass

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines