mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-23 02:16:01 +01:00
hcode in why.py - https://github.com/waf-project/waf/issues/1561
This commit is contained in:
parent
3d6a35070a
commit
3e3c84abfb
@ -21,7 +21,7 @@ def signature(self):
|
||||
except AttributeError: pass
|
||||
|
||||
self.m = Utils.md5()
|
||||
self.m.update(self.hcode.encode())
|
||||
self.m.update(self.hcode)
|
||||
id_sig = self.m.digest()
|
||||
|
||||
# explicit deps
|
||||
|
Loading…
Reference in New Issue
Block a user