-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass
str
instead of bytes
to str.startswith
and str.endswith
…
…in winappdbg In Python 3, `str.startswith` and `str.endswith` methods no longer accept `bytes`, resulting in `TypeError: startswith first arg must be str or a tuple of str, not bytes`
- Loading branch information
1 parent
1cf4e31
commit 21e6b3d
Showing
1 changed file
with
6 additions
and
6 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