Skip to content

Commit

Permalink
Fixed executor, removed extra code when not self._enabled or self._dr…
Browse files Browse the repository at this point in the history
…y_run
  • Loading branch information
mmacchia committed Jun 4, 2022
1 parent 12ee359 commit de668cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/poetry/installation/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,6 @@ def _do_execute_operation(self, operation: Operation) -> int:
return 0

if not self._enabled or self._dry_run:
<<<<<<< HEAD:src/poetry/installation/executor.py
self._io.write_line(f" <fg=blue;options=bold>•</> {operation_message}")

=======
>>>>>>> 73b6da5e (Executor: Remove duplicate entry with dry-run argument):poetry/installation/executor.py
return 0

result: int = getattr(self, f"_execute_{method}")(operation)
Expand Down

0 comments on commit de668cd

Please sign in to comment.