|
Hi ardit!
you are right...to confirm this, I just create a custom templates as you did and I redirect the output to grep...
This is the result:
root@efw-test-3304:/usr/share/templates/dansguardian/en # createtemplates.py -df 2>&1 | grep template.html.custom.tmpl
root@efw-test-3304:/usr/share/templates/dansguardian/en # createtemplates.py -df 2>&1 | grep template.html.orig.tmpl
2011-03-02 11:45:01,606 - createtemplates.py[21071] - DEBUG - Processing source template '/usr/share/templates/dansguardian/en/template.html.orig.tmpl' for message template 'template.html' with source language 'en', destination language 'en' and service 'dansguardian'
2011-03-02 11:45:01,613 - createtemplates.py[21071] - DEBUG - Use template '/usr/share/templates/dansguardian/en/template.html.orig.tmpl' for file 'template.html'
2011-03-02 11:45:01,614 - createtemplates.py[21071] - DEBUG - Found templates '{'body': '/usr/share/templates/dansguardian/en/template.html.orig.tmpl', 'header': None, 'footer': None}' for 'template.html'
2011-03-02 11:45:01,617 - createtemplates.py[21071] - DEBUG - Create 'body' contents using template '/usr/share/templates/dansguardian/en/template.html.orig.tmpl'
2011-03-02 11:45:01,681 - createtemplates.py[21071] - DEBUG - Processing source template '/usr/share/templates/dansguardian/de/template.html.orig.tmpl' for message template 'template.html' with source language 'de', destination language 'de' and service 'dansguardian'
2011-03-02 11:45:01,686 - createtemplates.py[21071] - DEBUG - Use template '/usr/share/templates/dansguardian/de/template.html.orig.tmpl' for file 'template.html'
2011-03-02 11:45:01,687 - createtemplates.py[21071] - DEBUG - Found templates '{'body': '/usr/share/templates/dansguardian/de/template.html.orig.tmpl', 'header': None, 'footer': None}' for 'template.html'
2011-03-02 11:45:01,688 - createtemplates.py[21071] - DEBUG - Create 'body' contents using template '/usr/share/templates/dansguardian/de/template.html.orig.tmpl'
2011-03-02 11:45:01,730 - createtemplates.py[21071] - DEBUG - Processing source template '/usr/share/templates/dansguardian/it/template.html.orig.tmpl' for message template 'template.html' with source language 'it', destination language 'it' and service 'dansguardian'
2011-03-02 11:45:01,735 - createtemplates.py[21071] - DEBUG - Use template '/usr/share/templates/dansguardian/it/template.html.orig.tmpl' for file 'template.html'
2011-03-02 11:45:01,739 - createtemplates.py[21071] - DEBUG - Found templates '{'body': '/usr/share/templates/dansguardian/it/template.html.orig.tmpl', 'header': None, 'footer': None}' for 'template.html'
2011-03-02 11:45:01,740 - createtemplates.py[21071] - DEBUG - Create 'body' contents using template '/usr/share/templates/dansguardian/it/template.html.orig.tmpl'
2011-03-02 11:45:01,782 - createtemplates.py[21071] - DEBUG - Processing source template '/usr/share/templates/dansguardian/en/template.html.orig.tmpl' for message template 'template.html' with source language 'en', destination language 'ja' and service 'dansguardian'
2011-03-02 11:45:01,785 - createtemplates.py[21071] - DEBUG - Use template '/usr/share/templates/dansguardian/en/template.html.orig.tmpl' for file 'template.html'
2011-03-02 11:45:01,787 - createtemplates.py[21071] - DEBUG - Found templates '{'body': '/usr/share/templates/dansguardian/en/template.html.orig.tmpl', 'header': None, 'footer': None}' for 'template.html'
2011-03-02 11:45:01,789 - createtemplates.py[21071] - DEBUG - Create 'body' contents using template '/usr/share/templates/dansguardian/en/template.html.orig.tmpl'
root@efw-test-3304:/usr/share/templates/dansguardian/en #
Thanks for reporting this issue :)
Lo |
|