diff --git a/ietf/tests.py b/ietf/tests.py index c7a28f3ec..1636019b4 100644 --- a/ietf/tests.py +++ b/ietf/tests.py @@ -39,6 +39,7 @@ def lines(text, pre=False): text = text.split("\n") else: text = [ line.strip() for line in text.split("\n") if line.strip()] + return text def sorted(lst): lst.sort()