Previous changeset 1:c4bd0c40eb3b (2016-07-04) Next changeset 3:abcfa1648b66 (2017-04-07) |
Commit message:
planemo upload commit 65b9a48e21dd8fbe7b55e20f33c55ea84b72f9f5-dirty |
modified:
macros.xml |
b |
diff -r c4bd0c40eb3b -r 3a9914b37f2f macros.xml --- a/macros.xml Mon Jul 04 09:51:51 2016 -0400 +++ b/macros.xml Mon Jul 04 11:58:10 2016 -0400 |
b |
@@ -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"> |