Skip to content

Commit 96fb8b2

Browse files
committed
update comment in test. Delete extra reference to this issue, #722
1 parent e6b68f1 commit 96fb8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

irods/test/modules/test_signal_handling_in_multithread_put.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def test(test_case, signal_names=("SIGTERM", "SIGINT")):
3737
)
3838

3939
# Wait for download process to reach the point of spawning data transfer threads. In Python 3.9+ versions
40-
# of the concurrent.futures module, these are nondaemon threads and will block the exit of the main thread
41-
# unless measures are taken (#722).
40+
# of the concurrent.futures module, these are non-daemon threads and will block the exit of the main thread
41+
# unless measures are taken.
4242
logical_path = process.stdout.readline().strip()
4343

4444
# Use timeout of 10 minutes for test transfer, which should be more than enough.

0 commit comments

Comments
 (0)