Skip to content

Commit 0db129f

Browse files
committed
Rm missing_ok because not yet supported on py 3.7
1 parent 560b372 commit 0db129f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def test_not_in_git_log(self):
374374
self.assertIsNone(cli_result.exception)
375375

376376
# rm page
377-
temp_page.unlink(missing_ok=True)
377+
temp_page.unlink()
378378

379379

380380
# ##############################################################################

0 commit comments

Comments
 (0)