Skip to content
Snippets Groups Projects
Commit e26939f2 authored by sveseli's avatar sveseli
Browse files

remove unneeded plugin method

parent 4b6475b4
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,6 @@ class MongoDbFileCatalogPlugin(FileProcessor): ...@@ -14,9 +14,6 @@ class MongoDbFileCatalogPlugin(FileProcessor):
self.fileMongoDbApi = FileMongoDbApi() self.fileMongoDbApi = FileMongoDbApi()
self.logger = LoggingManager.getInstance().getLogger(self.__class__.__name__) self.logger = LoggingManager.getInstance().getLogger(self.__class__.__name__)
def checkUploadFilesForProcessing(self, filePathsDict, uploadInfo):
return filePathsDict
def processFile(self, fileInfo): def processFile(self, fileInfo):
experimentFilePath = fileInfo.get('experimentFilePath') experimentFilePath = fileInfo.get('experimentFilePath')
experimentName = fileInfo.get('experimentName') experimentName = fileInfo.get('experimentName')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment