MiraiBuilder: Fix usage of Filename
This commit is contained in:
parent
3856b68c98
commit
18b2f6b2e6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class ClientBuilder(object):
|
|||
self.find_excludes()
|
||||
|
||||
for dc in self.dcfiles:
|
||||
self.dcf.read(Filename(dc))
|
||||
self.dcf.read(Filename.fromOsSpecific(dc))
|
||||
|
||||
self.create_miraidata()
|
||||
|
||||
|
|
Loading…
Reference in a new issue