Skip to content

Commit c69745a

Browse files
Copilotgaganso
andcommitted
Remove redundant line in get_logs method
Co-authored-by: gaganso <27358592+gaganso@users.noreply.github.com>
1 parent b4f6a0d commit c69745a

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)