mik-laj commented on a change in pull request #9072:
URL: https://github.com/apache/airflow/pull/9072#discussion_r432935842
##########
File path: airflow/cli/commands/dag_command.py
##########
@@ -277,17 +277,26 @@ def dag_next_execution(args):
if dag.get_is_paused():
print("[INFO] Please be reminded this DAG is PAUSED now.")
Review comment:
```suggestion
print("[INFO] Please be reminded this DAG is PAUSED now.",
file=sys.stderr)
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]