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:代码规范问题处理 #2939

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

LidolLxf
Copy link
Contributor

fix:代码规范问题处理

@@ -65,7 +65,7 @@ func (t *TgzHandler) UnTar(r io.Reader, destPath string) error {
func (t *TgzHandler) unTarFile(hdr *tar.Header, tr *tar.Reader, fp string) error {
parentDir, _ := filepath.Split(fp)

if err := os.MkdirAll(parentDir, 0o740); err != nil {
if err := os.MkdirAll(parentDir, 0o700); err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

这个不修改

@ifooth ifooth merged commit d22ae8a into TencentBlueKing:master Feb 1, 2024
9 checks passed
@LidolLxf LidolLxf deleted the fix_code_standard branch April 23, 2024 03:32
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