Hi all,
This error appears when trying to edit the processing stream. I just updated off Github for Homer3 - v1.35.1, using Windows 10.
Any ideas or fixes on this?
Thanks!
Error: File: ProcStreamOptionsGUI.m Line: 490 Column: 1
The function "edit_Callback" was closed with an 'end', but at least one other function definition was
not. To avoid confusion when using nested functions, it is illegal to use both conventions in the same
file.
Error in ChildGuiClass/Launch (line 145)
eval( sprintf('handles = %s(a{1}, obj.lastpos);', obj.name) );
Error in MainGUI>pushbuttonProcStreamOptionsGUI_Callback (line 788)
maingui.childguis(idx).Launch(maingui.applyEditCurrNodeOnly);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in MainGUI (line 21)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MainGUI('pushbuttonProcStreamOptionsGUI_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.