From 0b4f11c9d3f5bd822da0a5dbfe057281e80f78d8 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Wed, 6 Jul 2011 14:42:11 +0000 Subject: [PATCH] minor improvements SVN: 22030 --- openbis_all/source/bash/upload-sprint-to-confluence.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbis_all/source/bash/upload-sprint-to-confluence.py b/openbis_all/source/bash/upload-sprint-to-confluence.py index 77eff20c4a7..84ce6146db2 100755 --- a/openbis_all/source/bash/upload-sprint-to-confluence.py +++ b/openbis_all/source/bash/upload-sprint-to-confluence.py @@ -89,6 +89,7 @@ def uploadToConfluenceAndPrintPageText(version): processFile("API", "screening-api", version) def uploadToConfluenceMetabolomicsAndPrintPageText(version): + global wikiText wikiText = "" printVersion(version) printWiki() @@ -97,9 +98,7 @@ def uploadToConfluenceMetabolomicsAndPrintPageText(version): processFile("Application Server (AS)", "openBIS-server", version, 1, "openBIS Metabolomics") processFile("Data Store Server (DSS)", "datastore_server_metabolomics", version, 1, "openBIS Metabolomics") processFile("DSS Client", "dss_client", version, 1, "openBIS Metabolomics") - printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version)) printWiki() - # datastore_server_plugin-yeastx def createMetabolomicsDssDist(version): # find the files we want to work with -- GitLab