Skip to content

Commit 90add48

Browse files
authored
Add missing space in running as root warning message (#13116)
1 parent 34fc0e2 commit 90add48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ def warn_if_run_as_root() -> None:
764764
logger.warning(
765765
"Running pip as the 'root' user can result in broken permissions and "
766766
"conflicting behaviour with the system package manager, possibly "
767-
"rendering your system unusable."
767+
"rendering your system unusable. "
768768
"It is recommended to use a virtual environment instead: "
769769
"https://pip.pypa.io/warnings/venv. "
770770
"Use the --root-user-action option if you know what you are doing and "

0 commit comments

Comments
 (0)