File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
clusterfuzz/_internal/cron Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,8 @@ def main():
422422 # If this project does not have an associated issue tracker, we cannot
423423 # file this crash anywhere.
424424 try :
425- issue_tracker = issue_tracker_utils .get_issue_tracker_for_testcase (testcase )
425+ issue_tracker = issue_tracker_utils .get_issue_tracker_for_testcase (
426+ testcase )
426427 except ValueError :
427428 issue_tracker = None
428429 if not issue_tracker :
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414"""Executes update task locally, so we can run it through a debugger."""
1515
16- from clusterfuzz ._internal .cron import triage
16+ from clusterfuzz ._internal .cron import oss_fuzz_apply_ccs
1717from clusterfuzz ._internal .system import environment
1818
1919
2020def execute (args ): #pylint: disable=unused-argument
2121 """Build keywords."""
2222 environment .set_bot_environment ()
23- triage .main ()
23+ oss_fuzz_apply_ccs .main ()
You can’t perform that action at this time.
0 commit comments