summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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()