-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.2: Sanitize new filenames immediately
I was previously only sanitizing *after* a rename failed; but this introduced a bug where names could include / and thus break the path-splitting logic. Makes more sense to just always sanitize anyway, so that the resulting filenames are portable. Fixes #11
- Loading branch information
1 parent
39c2fd6
commit 5043dc5
Showing
2 changed files
with
5 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Python utilities for working with Stormgate replays""" | ||
|
||
__version__ = "0.2.1" | ||
__version__ = "0.2.2" |
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