Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien6387 committed Jan 12, 2025
1 parent bf7e2f4 commit 1546650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supvisors/rpcinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ def _check_process_insertion(self, namespecs: NameList):
""" Following a numprocs increase, check that the processes have been added to Supvisors.
:param namespecs: the namespecs of the new processes.
:return: None
:return: None.
"""
self.logger.debug(f'RPCInterface._check_process_insertion: new processes={namespecs}')
local_identifier = self.supvisors.mapper.local_identifier
Expand All @@ -849,7 +849,7 @@ def _check_process_deletion(self, namespecs: NameList) -> None:
""" Following a numprocs decrease, check that the processes have been removed from Supvisors.
:param namespecs: the namespecs of the new processes.
:return: None
:return: None.
"""
self.logger.debug(f'RPCInterface._check_process_deletion: stale processes={namespecs}')
local_identifier = self.supvisors.mapper.local_identifier
Expand Down

0 comments on commit 1546650

Please sign in to comment.