Skip to content

Commit

Permalink
squash w/ startup/shutdown. Remove TODOs from controller.py - work ca…
Browse files Browse the repository at this point in the history
…ptured in issues.
  • Loading branch information
korydraughn committed Nov 9, 2024
1 parent 6ce68a1 commit 9df2970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/irods/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def reload_configuration(self):

self.wait_for_server_to_start()

# TODO Consider removing this function. Admins should just use "ps".
def status(self):
l = logging.getLogger(__name__)
l.debug('Calling status on IrodsController')
Expand All @@ -176,7 +175,6 @@ def status(self):
else:
l.info(format_binary_to_procs_dict(self.get_binary_to_procs_dict(server_proc)))

# TODO Remove this function. Admins should use "ps".
def get_binary_to_procs_dict(self, server_proc, server_descendants=None, binaries=None):
if server_descendants is None and server_proc is not None and server_proc.is_running():
try:
Expand Down

0 comments on commit 9df2970

Please sign in to comment.