Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: removing stray yaml dump #249

Merged
merged 2 commits into from Dec 10, 2021

Conversation

dmerrick
Copy link
Contributor

What changes were proposed in this pull request?

This fixes #248

In that issue, @merlintang mentions this section can be removed.

Why are the changes needed?

Since this code is not contained in a method, it ends up being called outside of the context of couler/argo.

Does this PR introduce any user-facing change?

Only the reduction of output.

How was this patch tested?

Removed this and raised an exception and didn't get the yaml dump

This fixes couler-proj#248

In that issue, @merlintang mentions this section can be removed.
@dmerrick dmerrick marked this pull request as ready for review December 10, 2021 03:28
@merlintang
Copy link
Member

/lgtm

can we make this configurable, I am not sure whether other customers need to see the generated YAML for debugging?

@dmerrick
Copy link
Contributor Author

When I debug I manually call couler._dump_yaml() and it works for me

@merlintang
Copy link
Member

/lgtm

@merlintang
Copy link
Member

/merge

@merlintang
Copy link
Member

we can not merge on the web front end directly ? it is wired.

@terrytangyuan terrytangyuan merged commit 3448a88 into couler-proj:master Dec 10, 2021
@terrytangyuan
Copy link
Member

@merlintang You need to click the diff and then click approve explicitly before you can merge it.

@merlintang
Copy link
Member

thanks terry. :)

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.

feat: make yaml dump configurable
3 participants