Skip to content

fix(cli): remove stray "Configuring global options" debug print - #611

Open
ManoharPaturi wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
ManoharPaturi:fix/remove-stray-configuring-print
Open

fix(cli): remove stray "Configuring global options" debug print#611
ManoharPaturi wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
ManoharPaturi:fix/remove-stray-configuring-print

Conversation

@ManoharPaturi

Copy link
Copy Markdown

Fixes #610.

Deletes the leftover debug print("Configuring global options") from the generated command in RunContext.cli_command.

Test: invokes a task command (--dryrun, run mocked) and asserts the string is not in the output — fails on main, passes here.

Copilot AI lite review requested due to automatic review settings September 7, 2026 06:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

A leftover debug print statement from NVIDIA-NeMo#152 was written to stdout on
every task command invocation, polluting command output (including
--dryrun and config exports).

Signed-off-by: Manohar Paturi <186662190+ManoharPaturi@users.noreply.github.com>
@ManoharPaturi
ManoharPaturi force-pushed the fix/remove-stray-configuring-print branch from 366bd68 to a083fec Compare September 7, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stray debug print "Configuring global options" on every CLI command invocation

2 participants