mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-20 05:54:54 -04:00
*** empty log message ***
This commit is contained in:
parent
a304976e9b
commit
c20b60222a
@ -30,8 +30,7 @@ class ClientRepository(DirectObject.DirectObject):
|
|||||||
|
|
||||||
def parseDcFile(self, dcFileName):
|
def parseDcFile(self, dcFileName):
|
||||||
self.dcFile = DCFile()
|
self.dcFile = DCFile()
|
||||||
fname = Filename(dcFileName)
|
readResult = self.dcFile.read(dcFileName)
|
||||||
readResult = self.dcFile.read(fname)
|
|
||||||
if not readResult:
|
if not readResult:
|
||||||
self.notify.error("Could not read dcfile: " + dcFileName)
|
self.notify.error("Could not read dcfile: " + dcFileName)
|
||||||
self.hashVal = self.dcFile.getHash()
|
self.hashVal = self.dcFile.getHash()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user