diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-08-25 17:12:36 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-08-25 17:12:36 -0400 |
| commit | 2bb6b7d483940d648f0aaf1ff0e5fe6cf42ed18e (patch) | |
| tree | 784bed2c7445b174b83fc88ef7ba378758492906 /docs/dev/batch.md | |
| parent | 2052e9b27bee064b91e628e88031dfdc087c7ca4 (diff) | |
adding BN_DISABLE_REPOSITORY_PLUGINS environment variable
Diffstat (limited to 'docs/dev/batch.md')
| -rw-r--r-- | docs/dev/batch.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/batch.md b/docs/dev/batch.md index 07c888c6..dd955bf8 100644 --- a/docs/dev/batch.md +++ b/docs/dev/batch.md @@ -119,6 +119,7 @@ Because the headless APIs will be using the same settings as the UI, you may wis import os os.environ["BN_DISABLE_USER_SETTINGS"] = "True" os.environ["BN_DISABLE_USER_PLUGINS"] = "True" +os.environ["BN_DISABLE_REPOSITORY_PLUGINS"] = "True" import binaryninja ``` |
