Hello All! I need to create text columns and this filter is not working. 
This prints just one space between the text columns:

{{ "%-20s %-20s %-20s %-20s"| format(eachUser['address'], eachUser['login'], 
eachUser['user'], eachUser['hostname']) }}

I take that the filters are not the same as those for format() in python; 
so, is there a list of filters anywhere that can be used to format a string 
like this ^ , correctly?.

If anyone can point me in the right direction, I will appreciate it. Thanks
 

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pocoo-libs+unsubscr...@googlegroups.com.
To post to this group, send email to pocoo-libs@googlegroups.com.
Visit this group at https://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to