eashantodu / pagure

Forked from pagure 7 years ago
Clone

8860664 Fix incorrect value for variable 'path'

2 files Authored by cep 7 years ago, Committed by pingou 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