Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
e1504eda
Unverified
Commit
e1504eda
authored
Jan 22, 2023
by
Chip Pate
Committed by
GitHub
Jan 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(cli): make config relocation instructions more explicit (#7140)
parent
86308b6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/poetry/locations.py
+6
-3
No files found.
src/poetry/locations.py
View file @
e1504eda
...
...
@@ -34,9 +34,12 @@ if sys.platform == "darwin":
if
any
(
file
.
exists
()
for
file
in
(
auth_toml
,
config_toml
)):
logger
.
warning
(
(
"Configuration file exists at
%
s, reusing this directory.
\n\n
Consider"
" moving configuration to
%
s, as support for the legacy directory will"
" be removed in an upcoming release."
(
"Configuration file exists at
%
s, reusing this"
" directory.
\n\n
Consider moving TOML configuration files to
%
s, as"
" support for the legacy directory will be removed in an upcoming"
" release."
),
),
_LEGACY_CONFIG_DIR
,
CONFIG_DIR
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment