Skip to content
Snippets Groups Projects
Commit 59508344 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Merge branch 'fixBuginDataPath' into 'master'

fix wrong object call

See merge request !79
parents 5ef10ae3 df3900c8
No related branches found
No related tags found
1 merge request!79fix wrong object call
Pipeline #671911 passed
......@@ -59,7 +59,7 @@ classdef dataPath < handle
%checks if input is a valid DataPath object
tf = ~isfile(obj.DataPaths);
if any(tf)
dataPath.throwError();
obj.throwError();
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment