mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-0: Fixing typo in pyghidra_launcher.py
This commit is contained in:
parent
895e10871f
commit
2af9fbc6a3
1 changed files with 3 additions and 3 deletions
|
@ -214,7 +214,7 @@ def main() -> None:
|
|||
print('Run "gradle prepdev" and try again.')
|
||||
sys.exit(1)
|
||||
python_cmd = get_venv_exe(venv_dir)
|
||||
print(f'Switchiing to Ghidra virtual environment: {venv_dir}')
|
||||
print(f'Switching to Ghidra virtual environment: {venv_dir}')
|
||||
else:
|
||||
# If in release mode, offer to install or upgrade PyGhidra before launching from user-controlled environment
|
||||
pip_args: List[str] = ['-m', 'pip', 'install', '--no-index', '-f', str(dist_dir), 'pyghidra']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue