This commit is contained in:
David Rose 2010-06-10 20:55:10 +00:00
parent ae97619631
commit 7e27a2a317

View File

@ -196,6 +196,7 @@ class HostInfo:
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: