mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
bugfix
This commit is contained in:
parent
ae97619631
commit
7e27a2a317
@ -194,8 +194,9 @@ class HostInfo:
|
|||||||
self.hasContentsFile = False
|
self.hasContentsFile = False
|
||||||
if not self.downloadContentsFile(http, redownload = True):
|
if not self.downloadContentsFile(http, redownload = True):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
hv2 = HashVal()
|
hv2 = HashVal()
|
||||||
|
filename = Filename(self.hostDir, 'contents.xml')
|
||||||
hv2.hashFile(filename)
|
hv2.hashFile(filename)
|
||||||
|
|
||||||
if hv1 != hv2:
|
if hv1 != hv2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user