Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Restore CONTEXT to its original value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Peters committed May 18, 2002
1 parent 00546ea commit 687e356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mailtest.py
Expand Up @@ -150,7 +150,7 @@ def query(rt, query_str):
if VERBOSE:
msg = docs[docid]
# print 3 lines of context
CONTEXT = 5000
CONTEXT = 5
ctx = msg.text.split("\n", CONTEXT)
del ctx[-1]
print "-" * 60
Expand Down

0 comments on commit 687e356

Please sign in to comment.