mirror of https://github.com/scrapy/scrapy.git
Fix typo: causes it be closed → causes it to be closed
This commit is contained in:
parent
32bc8bd436
commit
426f3ebb7b
|
|
@ -92,7 +92,7 @@ class BaseItemExporterTest(unittest.TestCase):
|
|||
raise
|
||||
self.ie.finish_exporting()
|
||||
# Delete the item exporter object, so that if it causes the output
|
||||
# file handle be closed, which should not be the case, follow-up
|
||||
# file handle to be closed, which should not be the case, follow-up
|
||||
# interactions with the output file handle will surface the issue.
|
||||
del self.ie
|
||||
self._check_output()
|
||||
|
|
|
|||
Loading…
Reference in New Issue