From 7323ad9abe3015ae603be73867c3d4be4032cbcd Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 22 Jul 2022 12:08:22 -0400 Subject: remove misleading comment --- python/scriptingprovider.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') 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 -- cgit v1.3.1