Temp directory renamed to nms-{SEED}
This commit is contained in:
@@ -26,7 +26,7 @@ func CreateBanner(portalhex string, savename string, vopt int) {
|
||||
var glyphImg [12]string
|
||||
|
||||
// Setup temp dir
|
||||
tempdir, err := ioutil.TempDir("", ".gotemp")
|
||||
tempdir, err := ioutil.TempDir("", "nmslib-")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user