diff --git a/britney.py b/britney.py index 3136c8c..f264365 100755 --- a/britney.py +++ b/britney.py @@ -564,6 +564,7 @@ class Britney: for line in open(filename): l = line.split() if len(l) != 2: + print "WARNING: Malformed line found in %s: %s" % (file, line) continue bugs[l[0]] = l[1].split(",") return bugs