Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 9, 2022
1 parent 868e7cc commit 08ee919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reprounzip/reprounzip/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def extract_trace(self, target):

@contextlib.contextmanager
def with_trace(self):
"""Context manager that extracts the trace database to a temporary file.
"""Context manager extracting the trace database to a temporary file.
"""
fd, tmp = Path.tempfile(prefix='reprounzip_')
os.close(fd)
Expand Down
2 changes: 1 addition & 1 deletion reprozip/reprozip/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def extract_trace(self, target):

@contextlib.contextmanager
def with_trace(self):
"""Context manager that extracts the trace database to a temporary file.
"""Context manager extracting the trace database to a temporary file.
"""
fd, tmp = Path.tempfile(prefix='reprounzip_')
os.close(fd)
Expand Down

0 comments on commit 08ee919

Please sign in to comment.