Adjust the format of Notification 00/305300/1
authorwangbiao <biao716.wang@samsung.com>
Wed, 31 Jan 2024 02:53:04 +0000 (11:53 +0900)
committerwangbiao <biao716.wang@samsung.com>
Wed, 31 Jan 2024 02:53:04 +0000 (11:53 +0900)
Change-Id: I607645610ed91a6c43699e584a176930ff330947
Signed-off-by: wangbiao <biao716.wang@samsung.com>
tools/mic

index 597d653..ad2c8d5 100755 (executable)
--- 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):