-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove `raise ValueError` on missing patch file. This was always extraneous since the open call would've raised `FileNotFoundError` on its own. Normally I wouldn't add an undocumented raise to the changelog, but I'm being safe. Convert to pathlib and use str types for Popen.
- Loading branch information
1 parent
d2115f4
commit 65cb378
Showing
2 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters