christopher-ramirez / secretary

Take the power of Jinja2 templates to OpenOffice and LibreOffice.
Other
190 stars 48 forks source link

Error in secretary.py #25

Closed nothingalike closed 8 years ago

nothingalike commented 8 years ago

Line 466: self.log.error('Unescaped template was:\n{}'.format(template_string)) you are missing your parameter, needs to be Line 466: self.log.error('Unescaped template was:\n{0}'.format(template_string))

christopher-ramirez commented 8 years ago

Thank @nothingalike. I will give it a look.

nothingalike commented 8 years ago

One thing after talking to some colleagues, we are using python 2.6.

nothingalike commented 8 years ago

Awesome. When do you think this will be ready?

christopher-ramirez commented 8 years ago

I don't want to create a new version just including this fix. I've been thinking in refactoring some stuff for a new build but I haven't much time lately. Also, I need to review PR #22 and #24.