Mercurial > repos > greg > ks_distribution
changeset 15:64406daa84f1 draft
Uploaded
author | greg |
---|---|
date | Fri, 23 Jun 2017 14:43:14 -0400 |
parents | 9b70080f18cb |
children | b77b3f8781cd |
files | ks_distribution.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ks_distribution.xml Fri Jun 23 14:30:18 2017 -0400 +++ b/ks_distribution.xml Fri Jun 23 14:43:14 2017 -0400 @@ -14,7 +14,7 @@ #if str($choose_colors_cond.choose_colors) == 'yes': #set ccs = list() #for $i in $choose_colors_cond.colors: - $ccs.append($i.color) + $ccs.append(str($i.color)) #end for -r '#echo json.dumps(ccs)#' #end if