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

get files as stat dictionary

parent c1d90384
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@ class ExperimentSessionControllerImpl(DmObjectManager):
filePathsDict = fileProcessingManager.removeHiddenFilesFromProcessing(filePathsDict, uploadInfo)
# Check which files need to be processed
filePathsDict = fileProcessingManager.checkUploadFilesForProcessing(filePathsDict, uploadInfo)
print "FILEPATHSDICT: ", filePathsDict
if not len(filePathsDict):
raise InvalidRequest('There are no new files for upload in directory %s.' % dataDirectory)
......
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