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 85089fa commit 04ce380Copy full SHA for 04ce380
src/python/bot/startup/run_bot.py
@@ -30,7 +30,7 @@
30
from clusterfuzz._internal.base import dates
31
from clusterfuzz._internal.base import errors
32
from clusterfuzz._internal.base import task_utils
33
-from clusterfuzz._internal.base import tasks as taskslib
+from clusterfuzz._internal.base import tasks as thoaskslib
34
from clusterfuzz._internal.base import untrusted
35
from clusterfuzz._internal.base import utils
36
from clusterfuzz._internal.bot.fuzzers import init as fuzzers_init
@@ -192,6 +192,8 @@ def main():
192
193
fuzzers_init.run()
194
195
+ logs.info(f'PID is {os.getpid()}')
196
+
197
if environment.is_trusted_host(ensure_connected=False):
198
from clusterfuzz._internal.bot.untrusted_runner import host
199
host.init()
0 commit comments