mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the open calls to use a host path.
This commit is contained in:
@@ -314,7 +314,7 @@ class report:
|
||||
outfile.close()
|
||||
if name is not None:
|
||||
try:
|
||||
o = open(name, "w")
|
||||
o = open(path.host(name), "w")
|
||||
o.write(self.out)
|
||||
o.close()
|
||||
del o
|
||||
|
Reference in New Issue
Block a user