Skip to content

Commit

Permalink
Not using CRABDataset anymore for job configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentina Mancinelli committed Mar 18, 2016
1 parent 2e975b2 commit 04491fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lib/CRABTools/CRABDataset.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from Ganga.GPIDev.Lib.Dataset import Dataset
from Ganga.GPIDev.Schema import Schema, SimpleItem, Version
from GangaCRAB3.Lib.ConfParams import CRAB, TASK
#from GangaCRAB3.Lib.ConfParams import CRAB, TASK


class CRABDataset(Dataset):
"""Dataset definition for CRAB jobsets."""
schemadic = {}
schemadic.update(CRAB().schemadic)
schemadic.update(TASK().schemadic)
#schemadic.update(CRAB().schemadic)
#schemadic.update(TASK().schemadic)
#schemadic['target_site'] = SimpleItem(defvalue=None,
# typelist=['type(None)', 'str'],
# doc='Target site name for the job.')
Expand Down

0 comments on commit 04491fc

Please sign in to comment.