Skip to content

Commit

Permalink
Rm missing_ok because not yet supported on py 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 30, 2022
1 parent 560b372 commit 0db129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def test_not_in_git_log(self):
self.assertIsNone(cli_result.exception)

# rm page
temp_page.unlink(missing_ok=True)
temp_page.unlink()


# ##############################################################################
Expand Down

0 comments on commit 0db129f

Please sign in to comment.