Is there an existing issue for this?
Expected Behavior
No response
Current Behavior
Hello,
line 37 of mainScript.m: logFile = saveEventsFile('open', cfg, logFile); will fail
unless there is a logFile = saveEventsFile('init', cfg); somewhere before
Error message
`Reference to non-existent field 'filename'.
Error in createDataDictionary (line 17)
fileName = strrep(logFile(1).filename, '.tsv', '.json');
Error in saveEventsFile>openFile (line 209)
createDataDictionary(cfg, logFile);
Error in saveEventsFile (line 116)
logFile = openFile(cfg, logFile);
Error in mainScript (line 100)
logFile = saveEventsFile('open', cfg, logFile);`
Environment
Anything else?
No response
Is there an existing issue for this?
Expected Behavior
No response
Current Behavior
Hello,
line 37 of
mainScript.m:logFile = saveEventsFile('open', cfg, logFile);will failunless there is a
logFile = saveEventsFile('init', cfg);somewhere beforeError message
`Reference to non-existent field 'filename'.
Error in createDataDictionary (line 17)
fileName = strrep(logFile(1).filename, '.tsv', '.json');
Error in saveEventsFile>openFile (line 209)
createDataDictionary(cfg, logFile);
Error in saveEventsFile (line 116)
logFile = openFile(cfg, logFile);
Error in mainScript (line 100)
logFile = saveEventsFile('open', cfg, logFile);`
Environment
Anything else?
No response