From 6d53212933de15c7840d67bdf14fa5a2143916e6 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 6 Jul 2011 11:06:52 +0000 Subject: [PATCH] LMS-2349 fix analysis run property name SVN: 22014 --- .../dist/etc/sanofi-dropbox/dropbox-all-in-one-with-library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanofi/dist/etc/sanofi-dropbox/dropbox-all-in-one-with-library.py b/sanofi/dist/etc/sanofi-dropbox/dropbox-all-in-one-with-library.py index 6ed38e5667c..9dcb36b434e 100644 --- a/sanofi/dist/etc/sanofi-dropbox/dropbox-all-in-one-with-library.py +++ b/sanofi/dist/etc/sanofi-dropbox/dropbox-all-in-one-with-library.py @@ -45,7 +45,7 @@ OVERLAYS_TRANSPARENT_COLOR = "black" """ file format of the analysis dataset """ ANALYSIS_FILE_FORMAT = "CSV" -ANALYSIS_RUN_PROPCODE = "ANALYSIS_RUN" +ANALYSIS_RUN_PROPCODE = "$ANALYSIS_PROCEDURE" """ should thumbnails be generated? """ GENERATE_THUMBNAILS = True -- GitLab