From fec94164331a2e6b9f9c056784aab98ea770ffbd Mon Sep 17 00:00:00 2001 From: Armando Acosta Date: Fri, 8 Nov 2024 16:58:27 -0600 Subject: [PATCH] Update link to track bugs in openscap_api.py Signed-off-by: Armando Acosta --- swig/openscap_api.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swig/openscap_api.py b/swig/openscap_api.py index 2410e0a316..74612d1436 100755 --- a/swig/openscap_api.py +++ b/swig/openscap_api.py @@ -811,7 +811,7 @@ def init(self, path, paths={}): if OSCAP.oscap_err(): desc = OSCAP.oscap_err_desc() else: - desc = "Unknown error, please report this bug (http://bugzilla.redhat.com/)" + desc = "Unknown error, please report this bug (https://github.com/OpenSCAP/openscap/issues)" raise ImportError( "Benchmark \"%s\" loading failed: %s" % (f_XCCDF, desc)) @@ -832,7 +832,7 @@ def init(self, path, paths={}): if OSCAP.oscap_err(): desc = OSCAP.oscap_err_desc() else: - desc = "Unknown error,please report this bug (http://bugzilla.redhat.com/)" + desc = "Unknown error,please report this bug (https://github.com/OpenSCAP/openscap/issues)" raise ImportError( "Cannot import definition model for \"%s\": %s" % (f_OVAL, desc)) def_models.append(def_model) @@ -841,7 +841,7 @@ def init(self, path, paths={}): if OSCAP.oscap_err(): desc = OSCAP.oscap_err_desc() else: - desc = "Unknown error,please report this bug (http://bugzilla.redhat.com/)" + desc = "Unknown error,please report this bug (https://github.com/OpenSCAP/openscap/issues)" raise ImportError( "Cannot create agent session for \"%s\": %s" % (f_OVAL, desc)) sessions[file] = sess