From 27269933ff87a862a045d4606d542320f6970bf7 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 5 Mar 2025 14:29:23 -0500 Subject: API has been refactored, this warning is no longer correct --- python/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index db4e8e69..1c6b279c 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -203,8 +203,6 @@ def get_unique_identifier(): def get_install_directory(): """ ``get_install_directory`` returns a string pointing to the installed binary currently running - - .. warning:: ONLY for use within the Binary Ninja UI, behavior is undefined and unreliable if run headlessly """ return core.BNGetInstallDirectory() -- cgit v1.3.1