diff --git a/britney.py b/britney.py index d94a173..ce21995 100755 --- a/britney.py +++ b/britney.py @@ -794,6 +794,10 @@ class Britney: z[a] = b hints[x] = z + # Sanity check the hints hash + if len(hints["block"]) == 0 and len(hints["block-udeb"]) == 0: + self.__log("WARNING: No block hints at all, not even udeb ones!", type="W") + return hints def write_heidi(self, filename):