##// END OF EJS Templates
FilesWriter now reads key instead of
Jonathan Frederic -
Show More
@@ -63,7 +63,7 b' class FilesWriter(WriterBase):'
63 63 # Write all of the extracted resources to the destination directory.
64 64 # NOTE: WE WRITE EVERYTHING AS-IF IT'S BINARY. THE EXTRACT FIG
65 65 # TRANSFORMER SHOULD HANDLE UNIX/WINDOWS LINE ENDINGS...
66 for filename, data in resources.get('figures', {}).items():
66 for filename, data in resources.get('outputs', {}).items():
67 67
68 68 # Determine where to write the file to
69 69 dest = os.path.join(self.build_directory, filename)
General Comments 0
You need to be logged in to leave comments. Login now