mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 12:56:30 -04:00
Replace TODO comment to correspond with learned information
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ func editNote(baseNote []string) ([]string, bool) {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
// TODO does it need to be reopened?
|
||||
// open the tempFile for reading
|
||||
file, err := os.Open(tempFile.Name())
|
||||
if err != nil {
|
||||
fmt.Println(offline.AnsiError + "Failed to open temporary file (\"" + tempFile.Name() + "\") " + err.Error() + offline.AnsiReset)
|
||||
|
||||
Reference in New Issue
Block a user