We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4609edd commit 829bd48Copy full SHA for 829bd48
1 file changed
src/murfey/client/analyser.py
@@ -327,8 +327,8 @@ def post_transfer(self, transferred_file: Path):
327
def _analyse_in_thread(self):
328
"""
329
Class function that will be executed by the '_thread' attribute. It will
330
- execute a while-loop in which is takes files of the queue and feeds them
331
- into the '_analyse' class function until '_halt_thread' is set to True.
+ execute a while-loop where it takes files off the queue and feeds them to
+ the '_analyse' class function until '_halt_thread' is set to True.
332
333
logger.info("Analyser thread started")
334
while not self._halt_thread:
0 commit comments