From: wangbiao Date: Wed, 31 Jan 2024 02:53:04 +0000 (+0900) Subject: Adjust the format of Notification X-Git-Tag: accepted/tools/devbase/tools/20250527.103804~14^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed93fe47873291c93fb05f1574db7269b466c982;p=tools%2Fmic.git Adjust the format of Notification Change-Id: I607645610ed91a6c43699e584a176930ff330947 Signed-off-by: wangbiao --- diff --git a/tools/mic b/tools/mic index 597d653..ad2c8d5 100755 --- a/tools/mic +++ b/tools/mic @@ -197,12 +197,12 @@ def main(argv): misc.get_hostname_distro_str())) def print_notification(): """notification since v2.0.1""" - print("\n=================================================================================================================================\n") + print("=================================================================================================================================") notification_msg = "MIC Notification since v2.0.1:\n" notification_msg += "mic version has been upgraded from python2 to python3. Due to compatibility problem between python2 and python3.\n" notification_msg += "OS of Image creation server for projects using python2 : have to be equal or lower than ubuntu 20.04 and openuse 42.3.\n" notification_msg += "OS of Image creation server for projects using python3 : have to be equal or higher than ubuntu 22.04 and openuse 15.2." - print("%s\n" % notification_msg) + print("%s" % notification_msg) print("=================================================================================================================================\n") def has_parameter(arg, arglist):