summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-08-25 17:12:36 -0400
committerJordan Wiens <jordan@psifertex.com>2021-08-25 17:12:36 -0400
commit2bb6b7d483940d648f0aaf1ff0e5fe6cf42ed18e (patch)
tree784bed2c7445b174b83fc88ef7ba378758492906 /docs
parent2052e9b27bee064b91e628e88031dfdc087c7ca4 (diff)
adding BN_DISABLE_REPOSITORY_PLUGINS environment variable
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/batch.md1
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
```