From 8a5e107daf3e811221603f7ad48fc68c5789b57e Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Thu, 9 Jun 2016 08:45:14 +0000 Subject: [PATCH] SSDM-3092 : comment spell fix SVN: 36665 --- .../eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py index a951fe52b38..05bb471a294 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/reporting-plugins/exports-api/exports-api.py @@ -283,7 +283,7 @@ def export(sessionToken, entities, userEmail, mailClient): fos.close(); #Store on workspace to be able to generate a download link - operationLog.info("Zip file can be found on the temperal directory: " + tempZipFilePath); + operationLog.info("Zip file can be found on the temporal directory: " + tempZipFilePath); dssComponent.putFileToSessionWorkspace(tempZipFileName, FileInputStream(File(tempZipFilePath))); tempZipFileWorkspaceURL = DataStoreServer.getConfigParameters().getDownloadURL() + "/datastore_server/session_workspace_file_download?sessionID=" + sessionToken + "&filePath=" + tempZipFileName; operationLog.info("Zip file can be downloaded from the workspace: " + tempZipFileWorkspaceURL); -- GitLab