Skip to content

Commit

Permalink
Fix plan > get_details() (#171)
Browse files Browse the repository at this point in the history
Missed a `self$` prefix
  • Loading branch information
msberends committed Sep 7, 2023
1 parent e0b2258 commit 76f6b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ms_plan.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public=list(

get_details=function()
{
do_operation("details")
self$do_operation("details")
},

print=function(...)
Expand Down

0 comments on commit 76f6b4f

Please sign in to comment.