Skip to content

Commit

Permalink
use preferable pycall style
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed Dec 18, 2019
1 parent 7dfeceb commit 48bffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ end
Shut down the specified service.
"""
function shutdown(s::Service{ST}) where ST <: AbstractService
pycall(s.srv_obj["shutdown"], Nothing)
pycall(s.srv_obj.shutdown, Nothing)
end

0 comments on commit 48bffa5

Please sign in to comment.