Skip to content

Commit 046cb82

Browse files
Revert "added an informative error message in the case that dat.paths is missing"
Reverting a commit that should have been to dev_kevin, not to dev This reverts commit a492bd2.
1 parent a7f86fd commit 046cb82

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

alyx-matlab

cortexlab/+git/update.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ function update(scheduled)
1111
% TODO Find quicker way to check for changes
1212
% See also DAT.PATHS
1313

14-
assert(~isempty(which('dat.paths')), ...
15-
'Error: dat.paths not found. Please ensure that a paths file exists for your setup. A template can be found at docs/setup/paths_template')
16-
1714
% If not given as input argument, use 'updateSchedule' in 'dat.paths'. If
1815
% not found, set 'scheduled' to 0.
1916
if nargin < 1; scheduled = getOr(dat.paths, 'updateSchedule', 0); end

signals

Submodule signals updated 1 file

0 commit comments

Comments
 (0)