Skip to content

Commit

Permalink
merge lists
Browse files Browse the repository at this point in the history
Co-authored-by: antazoey <[email protected]>
  • Loading branch information
wakamex and antazoey authored Apr 15, 2024
1 parent 7ab45df commit 15ad424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/plugins/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def _prepare_install(
logger.warning(f"Plugin '{self.name}' is not an trusted plugin.")

result_handler = ModifyPluginResultHandler(self)
pip_arguments = PIP_COMMAND + ["install"]
pip_arguments = [*PIP_COMMAND, "install"]

if upgrade:
logger.info(f"Upgrading '{self.name}' plugin ...")
Expand Down

0 comments on commit 15ad424

Please sign in to comment.