Skip to content

Commit

Permalink
docs: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Nov 4, 2024
1 parent 5b72712 commit 78226d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffpuppet/minidump_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def create_log(self, src: Path, filename: str, timeout: int = 300) -> Path:
assert timeout >= 0
cmd = self._cmd(src)
dst = self._storage / filename
# using nested with statements for python 3.8 support
with (
TemporaryFile(dir=self._storage, prefix="mdsw_out_") as out_fp,
TemporaryFile(dir=self._storage, prefix="mdsw_err_") as err_fp,
Expand Down

0 comments on commit 78226d3

Please sign in to comment.