changeset 2:3a9914b37f2f draft

planemo upload commit 65b9a48e21dd8fbe7b55e20f33c55ea84b72f9f5-dirty
author lecorguille
date Mon, 04 Jul 2016 11:58:10 -0400
parents c4bd0c40eb3b
children abcfa1648b66
files macros.xml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Mon Jul 04 09:51:51 2016 -0400
+++ b/macros.xml	Mon Jul 04 11:58:10 2016 -0400
@@ -19,9 +19,11 @@
     
     <!-- zipfile load for planemo test -->
     <token name="@COMMAND_ZIPFILE_LOAD@">
-        #if $zipfile_load_conditional.zip_file:
-        zipfile $zipfile_load_conditional.zip_file
-        #end if
+        #if $zipfile_load_conditional.zipfile_load_select == "yes":
+            #if $zipfile_load_conditional.zip_file:
+                zipfile $zipfile_load_conditional.zip_file
+            #end if
+        #end if    
     </token>
     <xml name="zipfile_load">
         <conditional name="zipfile_load_conditional">