mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-20 07:20:22 -04:00
Merge pull request #77 from vbanos/chrome-stop-del-tmpdir
Fix to delete tmpdir on Chrome.stop()
This commit is contained in:
commit
016bd5d3f7
1 changed files with 1 additions and 1 deletions
|
@ -278,13 +278,13 @@ class Chrome:
|
|||
'chrome pid %s reaped (status=%s) after killing with '
|
||||
'SIGKILL', self.chrome_process.pid, status)
|
||||
|
||||
finally:
|
||||
try:
|
||||
self._home_tmpdir.cleanup()
|
||||
except:
|
||||
self.logger.error(
|
||||
'exception deleting %s', self._home_tmpdir,
|
||||
exc_info=True)
|
||||
finally:
|
||||
self._out_reader_thread.join()
|
||||
self.chrome_process = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue