##// END OF EJS Templates
remove wrong support file log message
MinRK -
Show More
@@ -102,7 +102,7 b' class FilesWriter(WriterBase):'
102 102 dest = os.path.join(self.build_directory, dest)
103 103
104 104 # Write conversion results.
105 self.log.info("Writing %i bytes to support file %s", len(output), dest)
105 self.log.info("Writing %i bytes to %s", len(output), dest)
106 106 with io.open(dest, 'w') as f:
107 107 f.write(output)
108 108 return dest No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now