Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_matlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_matlab
Commits
59508344
Commit
59508344
authored
3 years ago
by
Lemmer, Jan
Browse files
Options
Downloads
Plain Diff
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
!79
fix wrong object call
Pipeline
#671911
passed
3 years ago
Stage: Testing
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
+PlotID/@dataPath/dataPath.m
+1
-1
1 addition, 1 deletion
+PlotID/@dataPath/dataPath.m
with
1 addition
and
1 deletion
+PlotID/@dataPath/dataPath.m
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment