Skip to content

Commit

Permalink
edit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jun 11, 2024
1 parent 7df88bf commit 296b0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looper/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 296b0cf

Please sign in to comment.