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
c27142ff
Unverified
Commit
c27142ff
authored
May 07, 2023
by
Riccardo Albertazzi
Committed by
GitHub
May 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: remove unused execute_operations variable (#7886)
parent
5d684a36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/poetry/installation/installer.py
+0
-5
No files found.
src/poetry/installation/installer.py
View file @
c27142ff
...
@@ -56,8 +56,6 @@ class Installer:
...
@@ -56,8 +56,6 @@ class Installer:
self
.
_write_lock
=
True
self
.
_write_lock
=
True
self
.
_groups
:
Iterable
[
str
]
|
None
=
None
self
.
_groups
:
Iterable
[
str
]
|
None
=
None
self
.
_skip_directory
=
False
self
.
_skip_directory
=
False
self
.
_execute_operations
=
True
self
.
_lock
=
False
self
.
_lock
=
False
self
.
_whitelist
:
list
[
NormalizedName
]
=
[]
self
.
_whitelist
:
list
[
NormalizedName
]
=
[]
...
@@ -102,7 +100,6 @@ class Installer:
...
@@ -102,7 +100,6 @@ class Installer:
if
self
.
is_dry_run
():
if
self
.
is_dry_run
():
self
.
verbose
(
True
)
self
.
verbose
(
True
)
self
.
_write_lock
=
False
self
.
_write_lock
=
False
self
.
_execute_operations
=
False
return
self
.
_do_install
()
return
self
.
_do_install
()
...
@@ -160,8 +157,6 @@ class Installer:
...
@@ -160,8 +157,6 @@ class Installer:
return
self
.
_update
return
self
.
_update
def
execute_operations
(
self
,
execute
:
bool
=
True
)
->
Installer
:
def
execute_operations
(
self
,
execute
:
bool
=
True
)
->
Installer
:
self
.
_execute_operations
=
execute
if
not
execute
:
if
not
execute
:
self
.
_executor
.
disable
()
self
.
_executor
.
disable
()
...
...
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