# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |