Skip to content

Commit f2f1dbe

Browse files
copy data even if folder exists (#1009)
1 parent 05d92e9 commit f2f1dbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bidspm.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,7 @@ function smooth(args)
268268

269269
saveOptions(opt);
270270

271-
if ~isdir(opt.dir.output)
272-
copy(args);
273-
end
271+
copy(args);
274272

275273
if opt.fwhm.func > 0
276274
opt.query.desc = 'preproc';

0 commit comments

Comments
 (0)