mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 15:08:00 +08:00
GP-0: Removing unneeded PyGhidra print
This commit is contained in:
@@ -225,9 +225,7 @@ def main() -> None:
|
|||||||
dist_dir: Path = pyghidra_dir / 'pypkg' / 'dist'
|
dist_dir: Path = pyghidra_dir / 'pypkg' / 'dist'
|
||||||
venv_dir = get_ghidra_venv(install_dir, args.dev)
|
venv_dir = get_ghidra_venv(install_dir, args.dev)
|
||||||
python_cmd: List[str] = find_supported_python_exe(install_dir, args.dev)
|
python_cmd: List[str] = find_supported_python_exe(install_dir, args.dev)
|
||||||
|
|
||||||
print(install_dir)
|
|
||||||
|
|
||||||
if python_cmd is not None:
|
if python_cmd is not None:
|
||||||
print(f'Using Python command: "{" ".join(python_cmd)}"')
|
print(f'Using Python command: "{" ".join(python_cmd)}"')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user