diff --git a/excuse.py b/excuse.py index 5074706..b78d221 100644 --- a/excuse.py +++ b/excuse.py @@ -159,6 +159,6 @@ class Excuse(object): if n not in self.deps: res += "
  • Ignoring %s depends: %s\n" % (a, n, n) if self.is_valid: - res += "
  • Valid candidate
  • \n" + res += "
  • Valid candidate\n" res = res + "\n" return res