Show More
@@ -42,7 +42,6 b' from converters.jinja_filters import (python_comment, indent,' | |||||
42 | ansi2html, markdown2latex, escape_tex, FilterDataType) |
|
42 | ansi2html, markdown2latex, escape_tex, FilterDataType) | |
43 |
|
43 | |||
44 | from converters.utils import markdown2rst |
|
44 | from converters.utils import markdown2rst | |
45 | from converters.config import GlobalConfigurable |
|
|||
46 |
|
45 | |||
47 |
|
46 | |||
48 |
|
47 |
@@ -169,8 +169,8 b' class ExtractFigureTransformer(ActivatableTransformer):' | |||||
169 | """Create a new figure file in the given format. |
|
169 | """Create a new figure file in the given format. | |
170 |
|
170 | |||
171 | """ |
|
171 | """ | |
172 | tplf = self.figname_format_map.get(fmt,self.default_key_tpl) |
|
172 | tplf = self.figname_format_map.get(fmt, self.default_key_tpl) | |
173 | tplk = self.key_format_map.get(fmt,self.default_key_tpl) |
|
173 | tplk = self.key_format_map.get(fmt, self.default_key_tpl) | |
174 |
|
174 | |||
175 | # option to pass the hash as data ? |
|
175 | # option to pass the hash as data ? | |
176 | figname = tplf.format(count=count, ext=self._get_ext(fmt)) |
|
176 | figname = tplf.format(count=count, ext=self._get_ext(fmt)) |
General Comments 0
You need to be logged in to leave comments.
Login now