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
a879e8ac
Unverified
Commit
a879e8ac
authored
May 03, 2019
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix an AttributeError in the editable builder
parent
aab8a450
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
CHANGELOG.md
+7
-0
poetry/masonry/builders/editable.py
+1
-1
No files found.
CHANGELOG.md
View file @
a879e8ac
# Change Log
# Change Log
## [Unreleased]
### Fixed
-
Fixed an
`AttributeError`
in the editable builder.
## [0.12.14] - 2019-04-26
## [0.12.14] - 2019-04-26
### Fixed
### Fixed
...
...
poetry/masonry/builders/editable.py
View file @
a879e8ac
...
@@ -22,7 +22,7 @@ class EditableBuilder(Builder):
...
@@ -22,7 +22,7 @@ class EditableBuilder(Builder):
has_setup
=
setup
.
exists
()
has_setup
=
setup
.
exists
()
if
has_setup
:
if
has_setup
:
self
.
_io
.
write
_line
(
self
.
_io
.
write
ln
(
"<warning>A setup.py file already exists. Using it.</warning>"
"<warning>A setup.py file already exists. Using it.</warning>"
)
)
else
:
else
:
...
...
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