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

remove unneeded plugin method

parent 1b7b9673
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@ class MongoDbFileCatalogPlugin(FileProcessor):
self.fileMongoDbApi = FileMongoDbApi()
self.logger = LoggingManager.getInstance().getLogger(self.__class__.__name__)
def checkUploadFilesForProcessing(self, filePathsDict, uploadInfo):
return filePathsDict
def processFile(self, fileInfo):
experimentFilePath = fileInfo.get('experimentFilePath')
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