Gui: Minor cleanups.

This commit is contained in:
tritao
2025-01-13 18:34:47 +00:00
parent 9e6c6682d8
commit 3b47599e43
9 changed files with 11 additions and 15 deletions

View File

@@ -557,7 +557,7 @@ const char* InterpreterSingleton::init(int argc, char* argv[])
PyRun_SimpleString(
"# Check for virtualenv, and activate if present.\n"
"# See "
"https://virtualenv.pypa.io/en/latest/userguide/"
"https://virtualenv.pypa.io/en/latest/"
"#using-virtualenv-without-bin-python\n"
"import os\n"
"import sys\n"