1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-05 20:58:42 +02:00

Move print_msg() to the 'osc.output' module

This commit is contained in:
2024-03-05 15:40:37 +01:00
parent 27bf13a774
commit 866d178345
9 changed files with 48 additions and 41 deletions

View File

@@ -21,10 +21,10 @@ import urllib3.response
import urllib3.util
from . import __version__
from . import _private
from . import conf
from . import oscerr
from . import oscssl
from . import output
from .util.helper import decode_it
@@ -690,7 +690,7 @@ class SignatureAuthHandler(AuthHandlerBase):
return False
if not self.ssh_keygen_path:
_private.print_msg("Skipping signature auth because ssh-keygen is not available", print_to="debug")
output.print_msg("Skipping signature auth because ssh-keygen is not available", print_to="debug")
return False
if not self.sshkey_known():