From 27cb368a6878ed37cfd585e69572ec281299c673 Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:55:11 +0100 Subject: [PATCH] Update eessi_bot_event_handler.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Röblitz --- eessi_bot_event_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi_bot_event_handler.py b/eessi_bot_event_handler.py index f13cabbe..688a83b7 100644 --- a/eessi_bot_event_handler.py +++ b/eessi_bot_event_handler.py @@ -26,7 +26,7 @@ from connections import github import tasks.build as build from tasks.build import check_build_permission, get_architecture_targets, get_repo_cfg, \ - submit_build_jobs, request_bot_build_issue_comments + request_bot_build_issue_comments, submit_build_jobs import tasks.deploy as deploy from tasks.deploy import deploy_built_artefacts from tools import config