Skip to content

Commit

Permalink
Support the colon character in paths (issue #384)
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Jan 11, 2024
1 parent 0c747a7 commit d86b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@ def create(unwcode):
string.ascii_lowercase
+ string.ascii_uppercase
+ string.digits
+ "!#$%&'()-@^_`{}~+,.;=[]"
+ "!#$%&'()-@^_`{}~+,.;=[]:"
).encode()


Expand Down

0 comments on commit d86b96e

Please sign in to comment.