mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-12 02:04:04 +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":
|
elif print_to == "stdout":
|
||||||
print(msg)
|
print(msg)
|
||||||
else:
|
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(
|
def format_msg_project_package_options(
|
||||||
|
Reference in New Issue
Block a user