Skip to content

Commit

Permalink
shutdown_core calls shutdown_processes
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Dec 5, 2024
1 parent 9283539 commit 5ee4409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/python/core/ecal/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ def shutdown_processes():


def shutdown_core():
""" shutdown ecal core components
""" shutdown ecal core components (deprecated)
"""
return _ecal.shutdown_core()
return _ecal.shutdown_processes()


def log_setlevel(level):
Expand Down

0 comments on commit 5ee4409

Please sign in to comment.