Skip to content

Commit

Permalink
Update chromeapp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan authored Nov 1, 2023
1 parent 61ca2da commit 731ed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htag/runners/chromeapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def wait(self):
def __del__(self): # really important !
if self._p:
self._p.kill()
if self.cacheFolderToRemove: shutil.rmtree(self.cacheFolderToRemove, ignore_errors=True)
if self.cacheFolderToRemove: shutil.rmtree(self.cacheFolderToRemove, ignore_errors=True)

#~ def _com(self, payload: dict):
#~ """ https://chromedevtools.github.io/devtools-protocol/tot/Browser/#method-close """
Expand Down

0 comments on commit 731ed53

Please sign in to comment.