We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188a562 commit 36df70dCopy full SHA for 36df70d
1 file changed
ietf/tests.py
@@ -361,9 +361,9 @@ def doUrlsTest(self, lst):
361
note("Failed diff: %s" % (url))
362
else:
363
note("Diff: %s" % (url))
364
- print "\n".join(diff.split("\n")[:100])
365
- if len(diff.split("\n")) > 100:
366
- print "... (skipping %s lines of diff)" % (len(difflist)-100)
+ print "\n".join(diff.split("\n")[:120])
+ if len(diff.split("\n")) > 120:
+ print "... (skipping %s lines of diff)" % (len(difflist)-120)
367
368
note("OK cmp %s" % (url))
369
0 commit comments