MiraiBuilder: Fix usage of Filename

This commit is contained in:
Maverick Mosher 2013-10-23 16:46:14 -07:00
parent 3856b68c98
commit 18b2f6b2e6

View file

@ -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()