diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-11-26 22:47:39 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-11-26 22:47:39 -0500 |
| commit | 5f7f0c4624dc51e1ccc44eb839860e36490e54ce (patch) | |
| tree | 5da8bb0bc80402b1073a7016ea1ca79b46d43c5f /scripts | |
| parent | d0fc9bbf30b0813e4f287035a207b6e40853f7c7 (diff) | |
convert core_serial, version, build_id ando thers to methods
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/install_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_api.py b/scripts/install_api.py index 3cc0ed0d..2eca2292 100755 --- a/scripts/install_api.py +++ b/scripts/install_api.py @@ -42,7 +42,7 @@ def validate_path(path): try: from binaryninja import core_version - print("Found Binary Ninja core version: {}".format(core_version)) + print("Found Binary Ninja core version: {}".format(core_version())) except ImportError: sys.path = old_path return False |
