diff --git a/centos/find_changed_confs.py b/centos/find_changed_confs.py index c040f69..579b089 100755 --- a/centos/find_changed_confs.py +++ b/centos/find_changed_confs.py @@ -45,7 +45,7 @@ class PkgChk(object): for f in pkg.fiFromHeader(): if not f[0].startswith(self.path): continue - if f[12] == 0 * 64: + if f[12] == '0' * 64: _hash = None else: _hash = f[12]