Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PlotID
plotID_matlab
Commits
59508344
Commit
59508344
authored
Mar 22, 2022
by
Lemmer, Jan
Browse files
Merge branch 'fixBuginDataPath' into 'master'
fix wrong object call See merge request
!79
parents
5ef10ae3
df3900c8
Pipeline
#671911
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
+PlotID/@dataPath/dataPath.m
View file @
59508344
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment