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

[bugfix] fix create_fg_json invalid option force_update_resource #110

Conversation

chengaofei
Copy link
Collaborator

fix_create_fg_json_invalid_option_force_update_resource

@@ -57,13 +57,13 @@
)
parser.add_argument(
"--force_update_resource",
type=bool,
action="store_false",
default=True,
Copy link
Collaborator

Choose a reason for hiding this comment

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

action="store_true",default=False, is better

@tiankongdeguiji tiankongdeguiji changed the title fix_create_fg_json_invalid_option_force_update_resource [bugfix] fix create_fg_json invalid option force_update_resource Feb 21, 2025
Copy link
Collaborator

@tiankongdeguiji tiankongdeguiji left a comment

Choose a reason for hiding this comment

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

LGTM

@tiankongdeguiji tiankongdeguiji merged commit 1d0e73d into alibaba:master Feb 21, 2025
5 checks passed
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.

2 participants