We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2618250 commit 4b19a21Copy full SHA for 4b19a21
find_and_verify.m
@@ -42,7 +42,7 @@ function find_and_verify(root_folder_path, does_need_verification_predicate, ver
42
fprintf(' (%d more paths, %d total problematic paths)\n', problem_paths_count-paths_to_show_count, problem_paths_count) ;
43
end
44
fprintf('Boo!\n') ;
45
- error('Verification with function %s() failed for some paths', func2str(verify_function)) ;
+ error('mouselight_toolbox:verification_failed', 'Verification with function %s() failed for some paths', func2str(verify_function)) ;
46
47
elapsed_time = toc(tic_id) ;
48
fprintf('Elapsed time for verifcation was %g seconds.\n', elapsed_time) ;
tmt
0 commit comments