We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caf9954 + c69745a commit 6bb38d5Copy full SHA for 6bb38d5
1 file changed
aiopslab/orchestrator/actions/base.py
@@ -61,7 +61,6 @@ def get_logs(namespace: str, service: str) -> str:
61
return "Error: Your service/namespace does not exist. Use kubectl to check."
62
63
print(logs)
64
- logs = "\n".join(logs.split("\n"))
65
66
return logs
67
0 commit comments