We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccda25 commit f9a29f5Copy full SHA for f9a29f5
tools/src/main/python/opengrok_tools/utils/command.py
@@ -18,7 +18,7 @@
18
#
19
20
21
-# Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
22
23
24
import logging
@@ -297,7 +297,7 @@ def close(self):
297
finally:
298
if self.timeout != 0 and timeout_thread:
299
with time_condition:
300
- time_condition.notifyAll()
+ time_condition.notify_all()
301
302
# The subprocess module does not close the write pipe descriptor
303
# it fetched via OutputThread's fileno() so in order to gracefully
0 commit comments