diff --git a/tools/install_venv.py b/tools/install_venv.py index 1664b350a5..f37e0cd92b 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -56,7 +56,7 @@ def print_help(): Also, make test will automatically use the virtualenv. """ - print help + print(help) def main(argv):