Skip to content

Commit 6bb38d5

Browse files
authored
Merge pull request #94 from microsoft/copilot/fix-f6769b8b-e8a9-4018-a5dc-34db490d9fbd
Remove redundant string operation in get_logs method
2 parents caf9954 + c69745a commit 6bb38d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • aiopslab/orchestrator/actions

aiopslab/orchestrator/actions/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def get_logs(namespace: str, service: str) -> str:
6161
return "Error: Your service/namespace does not exist. Use kubectl to check."
6262

6363
print(logs)
64-
logs = "\n".join(logs.split("\n"))
6564

6665
return logs
6766

0 commit comments

Comments
 (0)