David Rose há 15 anos atrás
pai
commit
7e27a2a317
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      direct/src/p3d/HostInfo.py

+ 2 - 1
direct/src/p3d/HostInfo.py

@@ -194,8 +194,9 @@ class HostInfo:
         self.hasContentsFile = False
         if not self.downloadContentsFile(http, redownload = True):
             return False
-
+        
         hv2 = HashVal()
+        filename = Filename(self.hostDir, 'contents.xml')
         hv2.hashFile(filename)
 
         if hv1 != hv2: