summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-03-05 14:29:23 -0500
committerJordan Wiens <jordan@psifertex.com>2025-03-05 14:29:23 -0500
commit27269933ff87a862a045d4606d542320f6970bf7 (patch)
tree1c4d57578e0114ebf56fec54af19f353bc81f55c /python/__init__.py
parent55577a41417ce72f82d46dd04cc90729ecc12391 (diff)
API has been refactored, this warning is no longer correct
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py2
1 files changed, 0 insertions, 2 deletions
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()