Skip to content

Commit 2133658

Browse files
committed
CI
1 parent e9f4644 commit 2133658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalMD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
if ~isfolder('tempF')
2626
mkdir('tempF');
2727
end
28-
sprintf(mdContents)
28+
disp(mdContents)
2929
[~,a,b]=fileparts(fileName);
3030
f = fopen(fullfile('tempF',fileList(i).name),'wb','ieee-le','UTF-8');
3131
fwrite(f,mdContents);

0 commit comments

Comments
 (0)