Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jul 10, 2024
1 parent bec6ef8 commit 900627a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% (C) Copyright 2019 spm_2_bids developers

thisDir = fullfile(fileparts(mfilename('fullpath')));
thisDir = fileparts(mfilename('fullpath'));

folderToCover = fullfile(thisDir, 'src');
addpath(genpath(folderToCover));
Expand Down

0 comments on commit 900627a

Please sign in to comment.