Skip to content
Snippets Groups Projects
Commit 338c7eb3 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark Committed by Malte Bauch
Browse files

Make the venv-manager usable again


See merge request !651

Co-authored-by: default avatarMalte Bauch <malte.bauch@stud.h-da.de>
parent a0641d85
No related branches found
No related tags found
1 merge request!651Make the venv-manager usable again
Pipeline #174283 passed
...@@ -195,7 +195,7 @@ func saveStreamToFile(sc StreamClient, filename string, id uuid.UUID) (err error ...@@ -195,7 +195,7 @@ func saveStreamToFile(sc StreamClient, filename string, id uuid.UUID) (err error
} }
// create the directory hierarchy based on the path // create the directory hierarchy based on the path
if err := os.MkdirAll(filepath.Dir(path), 0600); err != nil { if err := os.MkdirAll(filepath.Dir(path), 0700); err != nil {
return err return err
} }
// create the gostructs.go file at path // create the gostructs.go file at path
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment