Skip to content

Commit e7333a0

Browse files
committed
【修改】:change log 信息
1 parent 2c86116 commit e7333a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cmds/cmd_menuconfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
#
2121
# Change Logs:
2222
# Date Author Notes
23-
# 2018-5-28 SummerGift Add copyright information
23+
# 2018-05-28 SummerGift Add copyright information
24+
# 2019-01-07 SummerGift The prompt supports utf-8 encoding
2425
#
2526

2627
import os

cmds/cmd_package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
#
2121
# Change Logs:
2222
# Date Author Notes
23-
# 2018-5-28 SummerGift Add copyright information
23+
# 2018-05-28 SummerGift Add copyright information
24+
# 2019-01-07 SummerGift The prompt supports utf-8 encoding
2425
#
2526

2627
import os
@@ -84,7 +85,6 @@ def cri(self, message):
8485

8586
"""package command"""
8687

87-
8888
def execute_command(cmdstring, cwd=None, shell=True):
8989
"""Execute the system command at the specified address."""
9090

0 commit comments

Comments
 (0)