From 296b0cf096742b7decd46ce8695a7a3b1f51987b Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:41:21 -0400 Subject: [PATCH] edit comments --- looper/conductor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/looper/conductor.py b/looper/conductor.py index ec074d52..1b08961d 100644 --- a/looper/conductor.py +++ b/looper/conductor.py @@ -214,7 +214,7 @@ def __init__( self._curr_size = 0 self._failed_sample_names = [] self._curr_skip_pool = [] - self.process_id = None # this is used for a submitted subprocess + self.process_id = None # this is used for currently submitted subprocess if self.extra_pipe_args: _LOGGER.debug(