Show More
@@ -82,7 +82,7 b' class FilesWriter(WriterBase):' | |||||
82 | for matching_filename in glob.glob(filename): |
|
82 | for matching_filename in glob.glob(filename): | |
83 |
|
83 | |||
84 | # Make sure folder exists. |
|
84 | # Make sure folder exists. | |
85 | dest = os.path.join(self.build_directory, filename) |
|
85 | dest = os.path.join(self.build_directory, matching_filename) | |
86 | path = os.path.dirname(dest) |
|
86 | path = os.path.dirname(dest) | |
87 | self._makedir(path) |
|
87 | self._makedir(path) | |
88 |
|
88 |
General Comments 0
You need to be logged in to leave comments.
Login now