From 26f00c674903750f3c7fc0479d810fb0eaa7bba2 Mon Sep 17 00:00:00 2001 From: ChrisWi Date: Thu, 14 Dec 2017 12:11:25 +0100 Subject: [PATCH] change WARNING message for better understanding --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index bff9d610..c51fac7c 100644 --- a/osc/core.py +++ b/osc/core.py @@ -4182,7 +4182,7 @@ def create_submit_request(apiurl, except HTTPError as e: if e.hdrs.get('X-Opensuse-Errorcode') == "submit_request_rejected": print("WARNING:") - print("WARNING: Project does not accept submit request, request to open a NEW maintenance incident instead") + print("WARNING: Project does not accept submit request, a NEW maintenance incident request will be created instead") print("WARNING:") xpath = 'maintenance/maintains/@project = \'%s\' and attribute/@name = \'%s\'' % (dst_project, conf.config['maintenance_attribute']) res = search(apiurl, project_id=xpath)