summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan <jordan@psifertex.com>2022-07-22 12:08:22 -0400
committerGitHub <noreply@github.com>2022-07-22 12:08:22 -0400
commit7323ad9abe3015ae603be73867c3d4be4032cbcd (patch)
treeacb17cb04aa128612de68a9b041209ff327bc3bd /python
parent4d36d003e7253c8e7be7b7d28be23219b0df2259 (diff)
remove misleading comment
Diffstat (limited to 'python')
-rw-r--r--python/scriptingprovider.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/scriptingprovider.py b/python/scriptingprovider.py
index 60b7a16d..ed886f1d 100644
--- a/python/scriptingprovider.py
+++ b/python/scriptingprovider.py
@@ -1048,8 +1048,7 @@ class PythonScriptingProvider(ScriptingProvider):
return (python_bin, "Success")
def _install_modules(self, ctx, _modules: bytes) -> bool:
- # This callback should not be called directly it is indirectly
- # executed binary ninja is executed with --pip option
+ # This callback should not be called directly
modules = _modules.decode("utf-8")
if len(modules.strip()) == 0:
return True