Skip to content

Commit e46d564

Browse files
committed
template location
1 parent e4ae584 commit e46d564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

var/xml_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main():
4545
xml_tree = {}
4646

4747
# Loading templates directory
48-
file_loader = FileSystemLoader('ena_upload/templates')
48+
file_loader = FileSystemLoader('ena_upload/templates/jinja_templates')
4949
env = Environment(loader=file_loader)
5050

5151
# Parsing XML

0 commit comments

Comments
 (0)