mirror of https://github.com/ARMmbed/mbed-os.git
Correct win2unix typo
parent
6a87510192
commit
c50d8a26dd
|
@ -183,7 +183,7 @@ class Resources(object):
|
||||||
def win_to_unix(self):
|
def win_to_unix(self):
|
||||||
self._win_to_unix = True
|
self._win_to_unix = True
|
||||||
for file_type in self.ALL_FILE_TYPES:
|
for file_type in self.ALL_FILE_TYPES:
|
||||||
v = [f._replace(name=f.replace('\\', '/')) for
|
v = [f._replace(name=f.name.replace('\\', '/')) for
|
||||||
f in self.get_file_refs(file_type)]
|
f in self.get_file_refs(file_type)]
|
||||||
self._file_refs[file_type] = v
|
self._file_refs[file_type] = v
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue