We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84987e6 commit c6e648cCopy full SHA for c6e648c
src/pipx/paths.py
@@ -156,17 +156,13 @@ def log_warnings(self):
156
)
157
logger.warning(
158
pipx_wrap(
159
- (
160
- f"{hazard} To see your PIPX_HOME dir: pipx environment --value PIPX_HOME"
161
- ),
+ (f"{hazard} To see your PIPX_HOME dir: pipx environment --value PIPX_HOME"),
162
subsequent_indent=" " * 4,
163
164
165
166
167
168
- f"{hazard} Most likely fix on macOS: mv ~/Library/Application\\ Support/pipx ~/.local/"
169
+ (f"{hazard} Most likely fix on macOS: mv ~/Library/Application\\ Support/pipx ~/.local/"),
170
171
172
0 commit comments