GP-0: Fixing wrong output in pyghidra_launcher.py (Closes #8791)

This commit is contained in:
Ryan Kurtz
2025-12-17 05:41:54 -05:00
parent b02035ff18
commit fed6dd7864

View File

@@ -240,7 +240,7 @@ def main() -> None:
# If in dev mode, launch PyGhidra from the source tree using the development virtual environment
if not venv_dir.is_dir():
print('Virtual environment not found!')
print('Run "gradle prepdev" and try again.')
print('Run "gradle prepPyGhidra" and try again.')
sys.exit(1)
python_cmd = get_venv_exe(venv_dir)
print(f'Switching to Ghidra virtual environment: {venv_dir}')