kunaljubce commented on code in PR #61615:
URL: https://github.com/apache/airflow/pull/61615#discussion_r2882618959


##########
dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py:
##########
@@ -1734,7 +1734,7 @@ def _logs(python: str, kubernetes_version: str):
 
 @kubernetes_group.command(
     name="logs",
-    help=f"Dump k8s logs to ${{TMP_DIR}}{os.sep}kind_logs_<cluster_name> 
directory "
+    help="Dump k8s logs to ${TMP_DIR}/kind_logs_<cluster_name> directory "

Review Comment:
   @andreahlert I think this should be `{os.sep}` to make the message platform 
agnostic. Thoughts?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to