summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJosh Watson <josh@trailofbits.com>2018-09-18 20:16:58 -0700
committerJosh Watson <josh@trailofbits.com>2018-09-18 20:16:58 -0700
commit9497a99a8d76d496d94e061654bc2edefc401785 (patch)
tree819aca76a890cf87acbd500292246703a08c7076 /python/binaryview.py
parent536908c5d4ba2f919765b41a050269669c800a75 (diff)
Fix generation of core.BNLog
Most of the BNLog API methods are just variable length arguments of strings. BNLog also includes a `level` parameter, which causes a `TypeError` when `binaryninja.log.log(level, msg)` is called, because it is expecting all parameters to be strings. This PR fixes it so that `BNLog` is correctly generated. Note: I haven't actually tested this to verify `generator` still works, because my Makefile is messed up currently.
Diffstat (limited to 'python/binaryview.py')
0 files changed, 0 insertions, 0 deletions