fix bugs in CI script, update submodule.

This commit is contained in:
Matthew GONG
2020-03-21 18:07:37 +08:00
parent 47ca553381
commit 8388872d8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ catch ME
exit_code = 1; exit_code = 1;
end end
if isempty(exit_code) if ~exist('exit_code','var')
exit_code = 0; exit_code = 0;
end end
+1 -1
Submodule param updated: f330a26490...35ea3ae149