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.8 by slacapra, Fri Jan 9 14:19:29 2009 UTC vs.
Revision 1.9 by slacapra, Thu Jan 22 11:16:58 2009 UTC

# Line 212 | Line 212 | class MultiCrab:
212              # Input options (command)
213              for opt in self.opts:
214                  options[opt]=self.opts[opt]
215 +                if self.flag_continue and options.has_key("-cfg"):
216 +                    del options['-cfg']
217              try:
218                  crab = Crab(options)
219                  crab.run()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines