From ea3efee0c0f32aab2bcbb05391dd313d9cc6a4a8 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Mon, 8 Feb 2016 05:32:24 +0000 Subject: [PATCH] get files as stat dictionary --- .../service/impl/experimentSessionControllerImpl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py b/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py index a2f1abc8..651e5bed 100755 --- a/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py +++ b/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py @@ -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) -- GitLab