Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Oct 4, 2020
1 parent 8d8ea62 commit d78da5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -11,6 +11,7 @@ recursive-include tests *.txt
recursive-include tests *.7z
recursive-include tests *.0
recursive-include tests *.bin
recursive-include tests *.c
recursive-include docs *.bat
recursive-include docs *.dot
recursive-include docs *.png
Expand Down
2 changes: 1 addition & 1 deletion tests/test_misc.py
Expand Up @@ -73,4 +73,4 @@ def test_bcj_file(tmp_path):
with py7zr.SevenZipFile(target, 'r') as ar:
ar.extractall(tmp_path.joinpath('tgt'))
p7zip_test(target)
libarchive_extract(target, tmp_path / 'tgt2')
libarchive_extract(target, tmp_path / 'tgt2')

0 comments on commit d78da5b

Please sign in to comment.