Fix OS examples annotated by Yitao
This commit is contained in:
@@ -257,7 +257,7 @@ class SetupController:
|
||||
with open(os.path.join(self.cache_dir, stderr), "w") as f:
|
||||
f.write(results["error"])
|
||||
logger.info("Command executed successfully: %s -> %s"
|
||||
, " ".join(command)
|
||||
, " ".join(command) if isinstance(command, list) else command
|
||||
, response.text
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user