diff --git a/conda-store-server/conda_store_server/plugins/plugin_context.py b/conda-store-server/conda_store_server/plugins/plugin_context.py index fb027b214..7cc92d91a 100644 --- a/conda-store-server/conda_store_server/plugins/plugin_context.py +++ b/conda-store-server/conda_store_server/plugins/plugin_context.py @@ -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