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

Comparing COMP/CRAB/python/Publisher.py (file contents):
Revision 1.25 by fanzago, Wed Mar 25 11:35:30 2009 UTC vs.
Revision 1.26 by fanzago, Thu May 21 15:24:18 2009 UTC

# Line 92 | Line 92 | class Publisher(Actor):
92          dbsWriter = DBSWriter(self.DBSURL,level='ERROR')
93          
94          try:
95 <            dbsWriter.importDatasetWithoutParentage(globalDBS, self.datasetpath, self.DBSURL)
95 >            #dbsWriter.importDatasetWithoutParentage(globalDBS, self.datasetpath, self.DBSURL)
96 >            dbsWriter.importDataset(globalDBS, self.datasetpath, self.DBSURL)
97          except DBSWriterError, ex:
98              msg = "Error importing dataset to be processed into local DBS\n"
99              msg += "Source Dataset: %s\n" % datasetpath

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines