summaryrefslogtreecommitdiff
path: root/python/scriptingprovider.py
diff options
context:
space:
mode:
authorJosh Watson <josh@trailofbits.com>2018-09-18 20:16:58 -0700
committerPeter LaFosse <peter@vector35.com>2018-10-05 14:46:17 -0400
commit0126fcabc9093644ba2109a041e113fdbd6d22ff (patch)
tree7680c81cd103f1c60ef0a54be11ab41f3cd1d78b /python/scriptingprovider.py
parent182df815ecea771a0d99a38e33c522d290fa568f (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/scriptingprovider.py')
0 files changed, 0 insertions, 0 deletions