diff options
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 ``` |
