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 87cb21a commit 790d6d9Copy full SHA for 790d6d9
src/clusterfuzz/_internal/bot/webserver/http_server.py
@@ -95,6 +95,7 @@ def do_GET(self): # pylint: disable=invalid-name
95
"""Handle a GET request."""
96
absolute_path = get_absolute_testcase_file(self.path)
97
if not absolute_path:
98
+ logs.log_warn(f"Could not find an absolute path for {self.path}.")
99
self.send_response(404)
100
self.end_headers()
101
return
0 commit comments