diff --git a/evidence/mixin_parse.py b/evidence/mixin_parse.py index d045e08..3ff9c11 100644 --- a/evidence/mixin_parse.py +++ b/evidence/mixin_parse.py @@ -27,7 +27,7 @@ class BuildMix: hid = "" for f in algorithm: if hasattr(self, f): - hid += getattr(self, f) + hid += getattr(self, f) or '' return hid def generate_chids(self):