mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-02 05:33:39 +02:00
Fix ValueEror message in _private.common.print_msg
This commit is contained in:
@@ -12,7 +12,7 @@ def print_msg(msg, print_to="debug"):
|
||||
elif print_to == "stdout":
|
||||
print(msg)
|
||||
else:
|
||||
raise ValueError(f"Invalid value of the 'output' option: {output}")
|
||||
raise ValueError(f"Invalid value of the 'print_to' option: {print_to}")
|
||||
|
||||
|
||||
def format_msg_project_package_options(
|
||||
|
Reference in New Issue
Block a user