886066 Fix incorrect value for variable 'path'

2 files Authored by Pradeep CE (cep) 7 years ago , Committed by Pierre-Yves Chibon 7 years ago ,
    Fix incorrect value for variable 'path'
    
    Something like `{% set path = path + '/' + file %}` doesn't seem to
    work because in Jinja2, because the variables set inside loops
    don't seem to persist between iterations.
    
    This approach works around that limitation.
    
        
file modified
+1 -4