Skip to content

Commit

Permalink
Update conda-store-server/conda_store_server/plugins/plugin_context.py
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
soapy1 and jaimergp authored Nov 18, 2024
1 parent db695c8 commit 7556853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(

def run_command(self, command, redirect_stderr=True, **kwargs):
"""Runs command and immediately writes to logs"""
self.log.info(f"Running command: {' '.join(command)}")
self.log.info("Running command: %s, command)

# Unlike subprocess.run, Popen doesn't support the check argument, so
# ignore it. The code below always checks the return code
Expand Down

0 comments on commit 7556853

Please sign in to comment.