diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-03-05 14:29:23 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-03-05 14:29:23 -0500 |
| commit | 27269933ff87a862a045d4606d542320f6970bf7 (patch) | |
| tree | 1c4d57578e0114ebf56fec54af19f353bc81f55c /python | |
| parent | 55577a41417ce72f82d46dd04cc90729ecc12391 (diff) | |
API has been refactored, this warning is no longer correct
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 2 |
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() |
