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

Fix wrong version help string in pyflyte register #1056

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

fg91
Copy link
Member

@fg91 fg91 commented Jun 5, 2022

TL;DR

The click.option("-v", "--version", ..) currently has the help string from @click.option("--service-account", ...).

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA
OR
https://github.com/flyteorg/flyte/issues/

@welcome
Copy link

welcome bot commented Jun 5, 2022

Thank you for opening this pull request! 🙌

These tips will help get your PR across the finish line:

  • Most of the repos have a PR template; if not, fill it out to the best of your knowledge.
  • Sign off your commits (Reference: DCO Guide).

@fg91 fg91 changed the title Fix wrong version help string Fix wrong version help string in pyflyte register Jun 5, 2022
kumare3
kumare3 previously approved these changes Jun 5, 2022
@kumare3
Copy link
Contributor

kumare3 commented Jun 5, 2022

@fg91 can you dco sign off?

@codecov
Copy link

codecov bot commented Jun 5, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.50%. Comparing base (0aa07eb) to head (40cc6b1).
Report is 1064 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1056   +/-   ##
=======================================
  Coverage   86.50%   86.50%           
=======================================
  Files         267      267           
  Lines       24795    24795           
  Branches     2787     2787           
=======================================
  Hits        21450    21450           
  Misses       2868     2868           
  Partials      477      477           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The `click.option("-v", "--version", ..)` currently has the help string from `@click.option("--service-account", ...)`.

Signed-off-by: fg91 <[email protected]>
@fg91
Copy link
Member Author

fg91 commented Jun 6, 2022

@pingsutw could you please merge?

@pingsutw pingsutw merged commit 53d31c2 into flyteorg:master Jun 6, 2022
@welcome
Copy link

welcome bot commented Jun 6, 2022

Congrats on merging your first pull request! 🎉

@pingsutw
Copy link
Member

pingsutw commented Jun 6, 2022

Merged, thank you

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.

3 participants