Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Project not found: home:jfkw:branches:devel:kubic:ignition
openSUSE:Leap:15.4:Update
salt.23384
fix-the-regression-for-yumnotify-plugin-456.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-the-regression-for-yumnotify-plugin-456.patch of Package salt.23384
From 8ce3b765bd8140f419bc38c0807721ad3db730fa Mon Sep 17 00:00:00 2001 From: Victor Zhestkov <35733135+vzhestkov@users.noreply.github.com> Date: Tue, 9 Nov 2021 16:19:56 +0300 Subject: [PATCH] Fix the regression for yumnotify plugin (#456) --- scripts/suse/yum/plugins/yumnotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/suse/yum/plugins/yumnotify.py b/scripts/suse/yum/plugins/yumnotify.py index 7f40ecdffd..1b88f42b56 100644 --- a/scripts/suse/yum/plugins/yumnotify.py +++ b/scripts/suse/yum/plugins/yumnotify.py @@ -64,4 +64,4 @@ def posttrans_hook(conduit): ) ) except OSError as e: - print("Unable to save the cookie file: %s" % (e), file=sys.stderr) + sys.stderr.write("Unable to save the cookie file: %s\n" % (e)) -- 2.33.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor