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
e5bbc604
Unverified
Commit
e5bbc604
authored
May 13, 2023
by
Branch Vincent
Committed by
GitHub
May 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: log config file warning as string not tuple (#7918)
parent
ebf6b483
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/poetry/locations.py
+0
-2
No files found.
src/poetry/locations.py
View file @
e5bbc604
...
...
@@ -36,13 +36,11 @@ 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 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