File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
2627import os
Original file line number Diff line number Diff line change 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
2627import os
@@ -84,7 +85,6 @@ def cri(self, message):
8485
8586"""package command"""
8687
87-
8888def execute_command (cmdstring , cwd = None , shell = True ):
8989 """Execute the system command at the specified address."""
9090
You can’t perform that action at this time.
0 commit comments