Loading transfer_service/db_connector.py +5 −3 Original line number Diff line number Diff line Loading @@ -95,10 +95,12 @@ class DbConnector(object): osPath = result[0]["os_path"] contentLength = result[0]["content_length"] if tstampWrappedDir is None: fullPath = basePath + "/" + userName + osPath baseSrcPath = basePath + "/" + userName else: fullPath = basePath + "/" + userName + "/" + tstampWrappedDir + osPath baseSrcPath = basePath + "/" + userName + "/" + tstampWrappedDir fullPath = baseSrcPath + osPath fileInfo = { "baseSrcPath": baseSrcPath, "fullPath": fullPath, "storageType": storageType, "username": userName, Loading Loading
transfer_service/db_connector.py +5 −3 Original line number Diff line number Diff line Loading @@ -95,10 +95,12 @@ class DbConnector(object): osPath = result[0]["os_path"] contentLength = result[0]["content_length"] if tstampWrappedDir is None: fullPath = basePath + "/" + userName + osPath baseSrcPath = basePath + "/" + userName else: fullPath = basePath + "/" + userName + "/" + tstampWrappedDir + osPath baseSrcPath = basePath + "/" + userName + "/" + tstampWrappedDir fullPath = baseSrcPath + osPath fileInfo = { "baseSrcPath": baseSrcPath, "fullPath": fullPath, "storageType": storageType, "username": userName, Loading