From 5f7f0c4624dc51e1ccc44eb839860e36490e54ce Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 26 Nov 2018 22:47:39 -0500 Subject: convert core_serial, version, build_id ando thers to methods --- scripts/install_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.3.1