Show More
@@ -31,7 +31,7 b' class ExtractOutputTransformer(Transformer):' | |||||
31 | outputs are returned in the 'resources' dictionary. |
|
31 | outputs are returned in the 'resources' dictionary. | |
32 | """ |
|
32 | """ | |
33 |
|
33 | |||
34 |
|
|
34 | output_filename_template = Unicode( | |
35 | "{unique_key}_{cell_index}_{index}.{extension}", config=True) |
|
35 | "{unique_key}_{cell_index}_{index}.{extension}", config=True) | |
36 |
|
36 | |||
37 |
|
37 | |||
@@ -80,7 +80,7 b' class ExtractOutputTransformer(Transformer):' | |||||
80 | data = data.encode("UTF-8") |
|
80 | data = data.encode("UTF-8") | |
81 |
|
81 | |||
82 | #Build an output name |
|
82 | #Build an output name | |
83 |
filename = self. |
|
83 | filename = self.output_filename_template.format( | |
84 | unique_key=unique_key, |
|
84 | unique_key=unique_key, | |
85 | cell_index=cell_index, |
|
85 | cell_index=cell_index, | |
86 | index=index, |
|
86 | index=index, |
General Comments 0
You need to be logged in to leave comments.
Login now