@djs52 please test your pull reqs

This commit is contained in:
Thomas S Hatch 2013-01-03 10:03:43 -07:00
parent c9bb825d89
commit 983599f4a7

View File

@ -637,7 +637,7 @@ def contains(path, text):
if not os.path.exists(path):
return False
stripped_text = test.strip()
stripped_text = text.strip()
try:
with BufferedReader(path) as breader:
for chunk in breader: