Commit 5a84bbf
Force
This commit forces the `path` class variable of the `ELF` class to be of
type string, even if a byte string argument is passed. This also makes
the implementation consistent with the documentation, which states that
`ELF.path` is of type `str`.
Fixes Gallopsled#2166
Cherry-picked from 60af3a2
Signed-off-by: James Raphael Tiovalen <[email protected]>ELF.path to be of type string (Gallopsled#2174)1 parent 060746e commit 5a84bbf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments