no indent errors, please

This commit is contained in:
Barbara Miller 2018-02-15 13:55:42 -08:00
parent b3f08359e8
commit 1e432fb54e

View File

@ -85,8 +85,8 @@ class WarcWriterProcessor(warcprox.BaseStandardPostfetchProcessor):
if recorded_url.do_not_archive
else False)
# special warc name prefix '-' means "don't archive"
return prefix != '-' and (not do_not_archive) and
self._filter_accepts(recorded_url)
return (prefix != '-' and (not do_not_archive)
and self._filter_accepts(recorded_url))
def _log(self, recorded_url, records):
try: